Home
last modified time | relevance | path

Searched defs:udfs_dispatch (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dundirected_dfs.hpp211 template < typename VertexColorMap > struct udfs_dispatch struct
216 static void apply(const Graph& g, DFSVisitor vis, Vertex start_vertex, in apply()
224 template <> struct udfs_dispatch< param_not_found > struct
228 static void apply(const Graph& g, DFSVisitor vis, Vertex start_vertex, in apply()