CppCommon
1.0.4.1
C++ Common Library
|
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 |
Flat map container inline implementation.
Definition in file flatmap.inl.