Choose and instantiate an "associative" container. More...
#include <labeled_graph.hpp>
Public Types | |
typedef mpl::eval_if < is_default< Selector > , choose_default_map< Label, Vertex >, choose_custom_map < Selector, Label, Vertex > >::type | type |
Choose and instantiate an "associative" container.
Note that this can also choose vector.
typedef mpl::eval_if< is_default<Selector>, choose_default_map<Label, Vertex>, choose_custom_map<Selector, Label, Vertex> >::type boost::graph_detail::choose_map< Selector, Label, Vertex >::type |