Home
last modified time | relevance | path

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

/third_party/boost/boost/icl/
Dfunctors.hpp70 template <typename Type> struct inplace_plus struct
73 typedef inplace_plus<Type> type;
75 void operator()(Type& object, const Type& operand)const in operator ()()
78 static void version(Type&){} in version()