Home
last modified time | relevance | path

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

/third_party/boost/boost/flyweight/
Dkey_value.hpp49 struct optimized_key_value:value_marker struct
51 typedef Key key_type;
52 typedef Value value_type;
54 class rep_type
168 static void construct_value(const rep_type& r) in construct_value()
173 static void copy_value(const rep_type& r) in copy_value()
179 static void move_value(const rep_type& r) in move_value()