Home
last modified time | relevance | path

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

/third_party/boost/boost/property_map/
Dtransform_value_property_map.hpp27 class transform_value_property_map: public put_get_helper<Ret, transform_value_property_map<Func, P… class
42 transform_value_property_map(Func f, PM pm) : f(f), pm(pm) {} in transform_value_property_map() function in boost::transform_value_property_map