Home
last modified time | relevance | path

Searched refs:internal_vertex_name (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/graph/
Dnamed_graph.hpp53 template < typename VertexProperty > struct internal_vertex_name struct
72 struct internal_vertex_name< property< Tag, T, Base > > struct
73 : internal_vertex_name< Base >
85 typedef typename internal_vertex_name< VertexProperty >::type
109 typedef typename internal_vertex_name< VertexProperty >::type
195 typedef typename internal_vertex_name< VertexProperty >::type
473 typename internal_vertex_name< VertexProperty >::type >
/third_party/boost/libs/graph/test/
Dnamed_vertices_test.cpp46 template <> struct internal_vertex_name< City > struct
/third_party/boost/libs/graph_parallel/test/
Dnamed_vertices_seq.cpp42 struct internal_vertex_name<City> struct
Dnamed_vertices_test.cpp50 struct internal_vertex_name<City> struct
Dnamed_vertices_hash_test.cpp71 struct internal_vertex_name<City> struct
/third_party/boost/boost/graph/distributed/
Dnamed_graph.hpp54 = typename internal_vertex_name<VertexProperty>::type>
210 typedef typename internal_vertex_name<vertex_property_type>::type
918 : is_same<typename internal_vertex_name<VertexProperty>::type, void>
1157 = typename internal_vertex_name<typename Config::vertex_property_type>::type>
/third_party/boost/libs/graph_parallel/doc/
Ddistributed_adjacency_list.rst175 To enable named vertices, specialize the ``internal_vertex_name``
177 graph. ``internal_vertex_name`` contains a single member, ``type``,
189 struct internal_vertex_name<City>