Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp234 struct max_assign_base struct
236 typedef Left first_argument_type;
237 typedef Right second_argument_type;
238 typedef void result_type;
240 void operator ()(Left &left, Right &right) const in operator ()()