Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/
Dnamed_function_params.hpp595 struct override_property_t struct
597 typedef ArgType result_type;
598 result_type operator()(const Graph&, in operator ()()
606 struct override_property_t< ArgType, Prop, Graph, false > struct
608 typedef typename boost::property_map< Graph, Prop >::type result_type;
609 result_type operator()(const Graph& g, const ArgType&) const in operator ()()