Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp218 struct min_assign_base struct
220 typedef Left first_argument_type;
221 typedef Right second_argument_type;
222 typedef void result_type;
224 void operator ()(Left &left, Right &right) const in operator ()()