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

#include <property_map.hpp>

Inheritance diagram for boost::writable_property_map_archetype< KeyArchetype, ValueArchetype >:

Public Types

typedef KeyArchetype key_type
 
typedef ValueArchetype value_type
 
typedef void reference
 
typedef writable_property_map_tag category
 

Member Typedef Documentation

template<typename KeyArchetype, typename ValueArchetype>
typedef writable_property_map_tag boost::writable_property_map_archetype< KeyArchetype, ValueArchetype >::category
template<typename KeyArchetype, typename ValueArchetype>
typedef KeyArchetype boost::writable_property_map_archetype< KeyArchetype, ValueArchetype >::key_type
template<typename KeyArchetype, typename ValueArchetype>
typedef void boost::writable_property_map_archetype< KeyArchetype, ValueArchetype >::reference
template<typename KeyArchetype, typename ValueArchetype>
typedef ValueArchetype boost::writable_property_map_archetype< KeyArchetype, ValueArchetype >::value_type

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