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

#include <labeled_graph.hpp>

Inheritance diagram for boost::labeled_graph_types< Graph, Label, Selector >:

Public Types

typedef Graph graph_type
 
typedef Label label_type
 
typedef
graph_detail::choose_map
< Selector, Label, typename
graph_traits< Graph >
::vertex_descriptor >::type 
map_type
 

Member Typedef Documentation

template<typename Graph , typename Label , typename Selector >
typedef Graph boost::labeled_graph_types< Graph, Label, Selector >::graph_type
template<typename Graph , typename Label , typename Selector >
typedef Label boost::labeled_graph_types< Graph, Label, Selector >::label_type
template<typename Graph , typename Label , typename Selector >
typedef graph_detail::choose_map< Selector, Label, typename graph_traits<Graph>::vertex_descriptor >::type boost::labeled_graph_types< Graph, Label, Selector >::map_type

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