Home
last modified time | relevance | path

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

/third_party/boost/boost/flyweight/
Dkey_value.hpp187 struct regular_key_value:value_marker struct
189 typedef Key key_type;
190 typedef Value value_type;
192 class rep_type
269 static void construct_value(const rep_type& r) in construct_value()
279 static void copy_value(const rep_type&){} in copy_value()
282 static void move_value(const rep_type&){} in move_value()