Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dnamed_function_params.hpp552 struct override_const_property_t struct
554 typedef typename boost::remove_const< ArgType >::type result_type;
555 result_type operator()(const Graph&, const ArgType& a) const in operator ()()
562 struct override_const_property_t< ArgType, Prop, Graph, false > struct
565 typename boost::property_map< Graph, Prop >::const_type result_type;
566 result_type operator()(const Graph& g, const ArgType&) const in operator ()()