Home
last modified time | relevance | path

Searched refs:internal_vertex_constructor (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/graph/
Dnamed_graph.hpp141 template < typename VertexProperty > struct internal_vertex_constructor struct
165 struct internal_vertex_constructor< property< Tag, T, Base > > struct
166 : internal_vertex_constructor< Base >
204 typedef typename internal_vertex_constructor< VertexProperty >::type
/third_party/boost/libs/graph/test/
Dnamed_vertices_test.cpp53 template <> struct internal_vertex_constructor< City > struct
/third_party/boost/libs/graph_parallel/test/
Dnamed_vertices_seq.cpp50 struct internal_vertex_constructor<City> struct
Dnamed_vertices_test.cpp58 struct internal_vertex_constructor<City> struct
Dnamed_vertices_hash_test.cpp79 struct internal_vertex_constructor<City> struct
/third_party/boost/libs/graph_parallel/doc/
Ddistributed_adjacency_list.rst208 ``internal_vertex_constructor`` trait. For example, using the
218 struct internal_vertex_constructor<City>