CppCommon
1.0.4.1
C++ Common Library
|
Intrusive list 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 (List< T > &list1, List< T > &list2) noexcept |
template<typename T > | |
void | CppCommon::swap (ListIterator< T > &it1, ListIterator< T > &it2) noexcept |
template<typename T > | |
void | CppCommon::swap (ListConstIterator< T > &it1, ListConstIterator< T > &it2) noexcept |
template<typename T > | |
void | CppCommon::swap (ListReverseIterator< T > &it1, ListReverseIterator< T > &it2) noexcept |
template<typename T > | |
void | CppCommon::swap (ListConstReverseIterator< T > &it1, ListConstReverseIterator< T > &it2) noexcept |
Intrusive list container inline implementation.
Definition in file list.inl.