Choose the default map instance. More...
#include <labeled_graph.hpp>
Public Types | |
typedef mpl::if_< is_unsigned < Label >, std::vector< Vertex > , std::map< Label, Vertex > >::type | type |
Choose the default map instance.
If Label is an unsigned integral type the we can use a vector to store the information.
typedef mpl::if_< is_unsigned<Label>, std::vector<Vertex>, std::map<Label, Vertex> >::type boost::graph_detail::choose_default_map< Label, Vertex >::type |