Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dcopy.hpp167 template < int Version > struct copy_graph_impl struct
171 template <> struct copy_graph_impl< 0 > struct
176 static void apply(const Graph& g_in, MutableGraph& g_out, in apply()
205 template <> struct copy_graph_impl< 1 > struct
210 static void apply(const Graph& g_in, MutableGraph& g_out, in apply()
244 template <> struct copy_graph_impl< 2 > struct
249 static void apply(const Graph& g_in, MutableGraph& g_out, in apply()