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

Hash map container inline implementation. More...

Go to the source code of this file.

Namespaces

 CppCommon
 C++ Common project definitions.
 

Functions

template<typename TKey , typename TValue , typename THash , typename TEqual , typename TAllocator >
void CppCommon::swap (HashMap< TKey, TValue, THash, TEqual, TAllocator > &hashmap1, HashMap< TKey, TValue, THash, TEqual, TAllocator > &hashmap2) noexcept
 
template<class TContainer , typename TKey , typename TValue >
void CppCommon::swap (HashMapIterator< TContainer, TKey, TValue > &it1, HashMapIterator< TContainer, TKey, TValue > &it2) noexcept
 
template<class TContainer , typename TKey , typename TValue >
void CppCommon::swap (HashMapConstIterator< TContainer, TKey, TValue > &it1, HashMapConstIterator< TContainer, TKey, TValue > &it2) noexcept
 
template<class TContainer , typename TKey , typename TValue >
void CppCommon::swap (HashMapReverseIterator< TContainer, TKey, TValue > &it1, HashMapReverseIterator< TContainer, TKey, TValue > &it2) noexcept
 
template<class TContainer , typename TKey , typename TValue >
void CppCommon::swap (HashMapConstReverseIterator< TContainer, TKey, TValue > &it1, HashMapConstReverseIterator< TContainer, TKey, TValue > &it2) noexcept
 

Detailed Description

Hash map container inline implementation.

Author
Ivan Shynkarenka
Date
11.07.2017

Definition in file hashmap.inl.