claw  1.9.0
Public Types | List of all members
claw::multi_type_map< Key, meta::type_list< Head, Tail > >::iterator< ValueType > Struct Template Reference

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.
 

Detailed Description

template<typename Key, typename Head, typename Tail>
template<typename ValueType>
struct claw::multi_type_map< Key, meta::type_list< Head, Tail > >::iterator< ValueType >

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.


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