|
Ocean
|
Helper class allowing to define an ordered or unordered map based on the template parameter 'tOrderedKeys'. More...
#include <DataType.h>
Public Types | |
| template<typename TKey , typename TElement > | |
| using | TMap = std::map< TKey, TElement > |
| Definition of an ordered map. | |
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.