Searched defs:transform_value_property_map (Results 1 – 1 of 1) sorted by relevance
27 class transform_value_property_map: public put_get_helper<Ret, transform_value_property_map<Func, P… class42 transform_value_property_map(Func f, PM pm) : f(f), pm(pm) {} in transform_value_property_map() function in boost::transform_value_property_map