Home
last modified time | relevance | path

Searched defs:vertex_from_name (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dnamed_graph.hpp82 template < typename VertexProperty > struct vertex_from_name struct
86 extract_name_type;
90 vertex_name_type;
93 typedef vertex_name_type argument_type;
94 typedef VertexProperty result_type;
96 VertexProperty operator()(const vertex_name_type& name) in operator ()()