Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dedge_iterator_constructor.cpp98 Traits::vertices_size_type size_V; in main() local
102 f >> size_V >> size_E; in main()
107 IteratorConstructibleGraph G(size_V); in main()
115 IteratorConstructibleGraph G(edge_iter, end, size_V); in main()