Ocean
|
Helper class allowing to define an ordered or unordered map based on the template parameter 'tOrderedKeys'. More...
Public Types | |
template<typename TKey , typename TElement > | |
using | TMap = std::map< TKey, TElement > |
Definition of an ordered map. More... | |
Helper class allowing to define an ordered or unordered map based on the template parameter 'tOrderedKeys'.
tOrderedKeys | True, to allow accessing the keys in order; False, if the order of the keys is not of interest |
using Ocean::MapTyper< tOrderedKeys >::TMap = std::map<TKey, TElement> |
Definition of an ordered map.