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

Flat 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 TCompare , typename TAllocator >
void CppCommon::swap (FlatMap< TKey, TValue, TCompare, TAllocator > &flatmap1, FlatMap< TKey, TValue, TCompare, TAllocator > &flatmap2) noexcept
 

Detailed Description

Flat map container inline implementation.

Author
Ivan Shynkarenka
Date
27.07.2017

Definition in file flatmap.inl.