Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dnamed_graph.hpp106 template < typename VertexProperty > struct cannot_add_vertex struct
110 extract_name_type;
114 vertex_name_type;
117 typedef vertex_name_type argument_type;
118 typedef VertexProperty result_type;
120 VertexProperty operator()(const vertex_name_type&) in operator ()()