Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::static_property_map< ValueType, KeyType > Class Template Reference

#include <property_map.hpp>

Inheritance diagram for boost::static_property_map< ValueType, KeyType >:
Collaboration diagram for boost::static_property_map< ValueType, KeyType >:

Public Types

typedef KeyType key_type
 
typedef ValueType value_type
 
typedef ValueType reference
 
typedef readable_property_map_tag category
 

Public Member Functions

 static_property_map (ValueType v)
 
template<typename T >
reference operator[] (T) const
 

Member Typedef Documentation

template<typename ValueType , typename KeyType = void>
typedef readable_property_map_tag boost::static_property_map< ValueType, KeyType >::category
template<typename ValueType , typename KeyType = void>
typedef KeyType boost::static_property_map< ValueType, KeyType >::key_type
template<typename ValueType , typename KeyType = void>
typedef ValueType boost::static_property_map< ValueType, KeyType >::reference
template<typename ValueType , typename KeyType = void>
typedef ValueType boost::static_property_map< ValueType, KeyType >::value_type

Constructor & Destructor Documentation

template<typename ValueType , typename KeyType = void>
boost::static_property_map< ValueType, KeyType >::static_property_map ( ValueType  v)
inline

Member Function Documentation

template<typename ValueType , typename KeyType = void>
template<typename T >
reference boost::static_property_map< ValueType, KeyType >::operator[] ( T  ) const
inline

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