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 113 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 120 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 116 of file multi_type_map.hpp.