Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/numeric/functional/
Dvalarray.hpp312 struct as_max<T, std_valarray_tag> struct
314 typedef T argument_type;
315 typedef typename remove_const<T>::type result_type;
317 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
Dvector.hpp297 struct as_max<T, std_vector_tag> struct
299 typedef T argument_type;
300 typedef typename remove_const<T>::type result_type;
302 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp384 struct as_max struct
427 struct as_max struct
447 op::as_max const &as_max = boost::detail::pod_singleton<op::as_max>::instance; variable