Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::read_write_property_map_archetype< KeyArchetype, ValueArchetype > Struct Template Reference

#include <property_map.hpp>

Inheritance diagram for boost::read_write_property_map_archetype< KeyArchetype, ValueArchetype >:
Collaboration diagram for boost::read_write_property_map_archetype< KeyArchetype, ValueArchetype >:

Public Types

typedef KeyArchetype key_type
 
typedef ValueArchetype value_type
 
typedef
convertible_to_archetype
< ValueArchetype > 
reference
 
typedef read_write_property_map_tag category
 

Member Typedef Documentation

template<typename KeyArchetype , typename ValueArchetype >
typedef read_write_property_map_tag boost::read_write_property_map_archetype< KeyArchetype, ValueArchetype >::category
template<typename KeyArchetype , typename ValueArchetype >
typedef KeyArchetype boost::read_write_property_map_archetype< KeyArchetype, ValueArchetype >::key_type
template<typename KeyArchetype , typename ValueArchetype >
typedef convertible_to_archetype<ValueArchetype> boost::read_write_property_map_archetype< KeyArchetype, ValueArchetype >::reference
template<typename KeyArchetype , typename ValueArchetype >
typedef ValueArchetype boost::read_write_property_map_archetype< KeyArchetype, ValueArchetype >::value_type

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