Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dvertex_basics.cpp91 template < class Graph > struct exercise_vertex struct
95 exercise_vertex(Graph& _g) : g(_g) {} in exercise_vertex() argument
151 exercise_vertex< MyGraphType >(g)); in main()
Dquick_tour.cpp20 template < class Graph > struct exercise_vertex struct
22 exercise_vertex(Graph& g_, const char name_[]) : g(g_), name(name_) {} in exercise_vertex() function
143 exercise_vertex< Graph >(g, name)); in main()