CppCommon
1.0.4.1
C++ Common Library
|
Intrusive queue container inline implementation. More...
Go to the source code of this file.
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Functions | |
template<typename T > | |
void | CppCommon::swap (Queue< T > &queue1, Queue< T > &queue2) noexcept |
template<typename T > | |
void | CppCommon::swap (QueueIterator< T > &it1, QueueIterator< T > &it2) noexcept |
template<typename T > | |
void | CppCommon::swap (QueueConstIterator< T > &it1, QueueConstIterator< T > &it2) noexcept |
Intrusive queue container inline implementation.
Definition in file queue.inl.