Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dnamed_function_params.hpp389 template <> struct choose_impl_helper< false > struct
395 f(boost::mpl::true_, const Graph& g, const Param&, PropertyTag tag) in f()
404 f(boost::mpl::false_, Graph& g, const Param&, PropertyTag tag) in f()
410 template <> struct choose_impl_helper< true > struct
414 static Param f(GraphIsConst, const Graph&, const Param& p, PropertyTag) in f()