Home
last modified time | relevance | path

Searched refs:move_value (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/flyweight/
Dkey_value.hpp150 void move_value()const in move_value() function in boost::flyweights::detail::optimized_key_value::rep_type
179 static void move_value(const rep_type& r) in move_value() function
181 r.move_value(); in move_value()
282 static void move_value(const rep_type&){} in move_value() function
/third_party/boost/boost/flyweight/detail/
Ddefault_value_policy.hpp74 static void move_value(const rep_type&){} in move_value() function
Dflyweight_core.hpp251 ValuePolicy::move_value( in insert_value()