Searched refs:example_callback (Results 1 – 1 of 1) sorted by relevance
26 template < typename Graph > struct example_callback struct31 example_callback(const Graph& graph1) : m_graph1(graph1) {} in example_callback() function88 example_callback< Graph > user_callback(graph_simple1); in main() argument