This structure is used to create an iterator on the values of a given type. More...
#include <multi_type_map.hpp>
Public Types | |
typedef std::map< key_type, ValueType >::iterator | type |
The type of the iterator. | |
typedef std::map< key_type, ValueType >::const_iterator | const_type |
The type of the const_iterator. | |
This structure is used to create an iterator on the values of a given type.
Definition at line 121 of file multi_type_map.hpp.
typedef std::map<key_type,ValueType>::const_iterator claw::multi_type_map< Key, meta::type_list< Head, Tail > >::iterator< ValueType >::const_type |
The type of the const_iterator.
Definition at line 128 of file multi_type_map.hpp.
typedef std::map<key_type,ValueType>::iterator claw::multi_type_map< Key, meta::type_list< Head, Tail > >::iterator< ValueType >::type |
The type of the iterator.
Definition at line 124 of file multi_type_map.hpp.