Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/numeric/functional/
Dvalarray.hpp206 struct max_assign<Left, Right, std_valarray_tag, std_valarray_tag> struct
208 typedef Left first_argument_type;
209 typedef Right second_argument_type;
210 typedef void result_type;
212 void operator ()(Left &left, Right &right) const in operator ()()
Dvector.hpp219 struct max_assign<Left, Right, std_vector_tag, std_vector_tag> struct
221 typedef Left first_argument_type;
222 typedef Right second_argument_type;
223 typedef void result_type;
225 void operator ()(Left &left, Right &right) const in operator ()()
/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp362 struct max_assign struct
410 struct max_assign struct
443 op::max_assign const &max_assign = boost::detail::pod_singleton<op::max_assign>::instance; variable