Searched defs:flyweight_value_address (Results 1 – 1 of 1) sorted by relevance
38 struct flyweight_value_address struct40 typedef const typename Flyweight::value_type* result_type;42 result_type operator()(const Flyweight& x)const{return &x.get();} in operator ()()