Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dlvalue_pmap.cpp15 struct vertex_info_t struct
27 typedef property< vertex_info_t, double > vertex_properties;
36 property_map< graph_t, vertex_info_t >::type pmap = get(vertex_info_t(), x); in foo_1()
42 property_map< graph_t, vertex_info_t >::const_type pmap in foo_2()
43 = get(vertex_info_t(), x); in foo_2()