Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dfinish_edge_bug.cpp15 template < typename graph_t > struct TalkativeVisitor : boost::dfs_visitor<> struct
81 depth_first_search(G, visitor(TalkativeVisitor< Graph >())); in main()