Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/numeric/functional/
Dvalarray.hpp328 struct as_zero<T, std_valarray_tag> struct
330 typedef T argument_type;
331 typedef typename remove_const<T>::type result_type;
333 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
Dvector.hpp313 struct as_zero<T, std_vector_tag> struct
315 typedef T argument_type;
316 typedef typename remove_const<T>::type result_type;
318 typename remove_const<T>::type operator ()(T &arr) const in operator ()()
/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp389 struct as_zero struct
431 struct as_zero struct
448 op::as_zero const &as_zero = boost::detail::pod_singleton<op::as_zero>::instance; variable