Ocean
Ocean::MapTyper< tOrderedKeys > Class Template Reference

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...
 

Detailed Description

template<bool tOrderedKeys>
class Ocean::MapTyper< tOrderedKeys >

Helper class allowing to define an ordered or unordered map based on the template parameter 'tOrderedKeys'.

Template Parameters
tOrderedKeysTrue, to allow accessing the keys in order; False, if the order of the keys is not of interest

Member Typedef Documentation

◆ TMap

template<bool tOrderedKeys>
template<typename TKey , typename TElement >
using Ocean::MapTyper< tOrderedKeys >::TMap = std::map<TKey, TElement>

Definition of an ordered map.


The documentation for this class was generated from the following file: