CppCommon
1.0.4.1
C++ Common Library
|
Intrusive non balanced binary tree container inline implementation. More...
Go to the source code of this file.
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Functions | |
template<typename T , typename TCompare > | |
void | CppCommon::swap (BinTree< T, TCompare > &bintree1, BinTree< T, TCompare > &bintree2) noexcept |
template<class TContainer , typename T > | |
void | CppCommon::swap (BinTreeIterator< TContainer, T > &it1, BinTreeIterator< TContainer, T > &it2) noexcept |
template<class TContainer , typename T > | |
void | CppCommon::swap (BinTreeConstIterator< TContainer, T > &it1, BinTreeConstIterator< TContainer, T > &it2) noexcept |
template<class TContainer , typename T > | |
void | CppCommon::swap (BinTreeReverseIterator< TContainer, T > &it1, BinTreeReverseIterator< TContainer, T > &it2) noexcept |
template<class TContainer , typename T > | |
void | CppCommon::swap (BinTreeConstReverseIterator< TContainer, T > &it1, BinTreeConstReverseIterator< TContainer, T > &it2) noexcept |
Intrusive non balanced binary tree container inline implementation.
Definition in file bintree.inl.