Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/example/
Dmcgregor_subgraphs_example.cpp26 template < typename Graph > struct example_callback struct
31 example_callback(const Graph& graph1) : m_graph1(graph1) {} in example_callback() function
88 example_callback< Graph > user_callback(graph_simple1); in main() argument