CppCommon  1.0.4.1
C++ Common Library
Namespaces | Functions
queue.inl File Reference

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
 

Detailed Description

Intrusive queue container inline implementation.

Author
Ivan Shynkarenka
Date
20.06.2017

Definition in file queue.inl.