::

namespace std

Overview

Functions: swap

Functions

swap inline

template < > inline void swap < Poco::Data::BLOB > (
    Poco::Data::BLOB & b1,
    Poco::Data::BLOB & b2
) noexcept;

Full template specalization of std:::swap for BLOB

swap inline

template < > inline void swap < Poco::Data::CLOB > (
    Poco::Data::CLOB & c1,
    Poco::Data::CLOB & c2
) noexcept;

Full template specalization of std:::swap for CLOB

swap inline

template < > inline void swap < Poco::Data::RowIterator > (
    Poco::Data::RowIterator & s1,
    Poco::Data::RowIterator & s2
) noexcept;

Full template specalization of std:::swap for RowIterator

swap inline

template < > inline void swap < Poco::Data::Session > (
    Poco::Data::Session & s1,
    Poco::Data::Session & s2
) noexcept;

Full template specalization of std:::swap for Session

swap inline

template < > inline void swap < Poco::Data::SimpleRowFormatter > (
    Poco::Data::SimpleRowFormatter & s1,
    Poco::Data::SimpleRowFormatter & s2
) noexcept;

Full template specalization of std:::swap for SimpleRowFormatter

swap inline

template < > inline void swap < Poco::Data::Statement > (
    Poco::Data::Statement & s1,
    Poco::Data::Statement & s2
) noexcept;

Full template specalization of std:::swap for Statement

swap inline

template < > inline void swap < Poco::Dynamic::VarIterator > (
    Poco::Dynamic::VarIterator & s1,
    Poco::Dynamic::VarIterator & s2
) noexcept;

Full template specialization of std:::swap for VarIterator