Home
last modified time | relevance | path

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

/third_party/boost/boost/flyweight/detail/
Dserialization_helper.hpp38 struct flyweight_value_address struct
40 typedef const typename Flyweight::value_type* result_type;
42 result_type operator()(const Flyweight& x)const{return &x.get();} in operator ()()