Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dedge_iterator_constructor.cpp96 typedef boost::adjacency_list<> IteratorConstructibleGraph; in main() typedef
97 typedef boost::graph_traits< IteratorConstructibleGraph > Traits; in main()
107 IteratorConstructibleGraph G(size_V); in main()
115 IteratorConstructibleGraph G(edge_iter, end, size_V); in main()