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

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
 

Detailed Description

Intrusive non balanced binary tree container inline implementation.

Author
Ivan Shynkarenka
Date
22.06.2017

Definition in file bintree.inl.