CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
list.inl File Reference

Intrusive list container inline implementation. More...

Go to the source code of this file.

Namespaces

namespace  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

Detailed Description

Intrusive list container inline implementation.

Author
Ivan Shynkarenka
Date
20.06.2017

Definition in file list.inl.