Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/numeric/functional/
Dvalarray.hpp296 struct as_min<T, std_valarray_tag> struct
298 typedef T argument_type;
299 typedef typename remove_const<T>::type result_type;
301 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
Dvector.hpp281 struct as_min<T, std_vector_tag> struct
283 typedef T argument_type;
284 typedef typename remove_const<T>::type result_type;
286 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp379 struct as_min struct
423 struct as_min struct
446 op::as_min const &as_min = boost::detail::pod_singleton<op::as_min>::instance; variable