Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dsum.hpp30 struct sum_impl struct
34 typedef Sample result_type;
37 sum_impl(Args const &args) in sum_impl() function
43 void operator ()(Args const &args) in operator ()()
49 result_type result(dont_care) const in result()
55 void serialize(Archive & ar, const unsigned int file_version) in serialize()
61 Sample sum;
/third_party/boost/libs/hana/include/boost/hana/
Dsum.hpp48 struct sum_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
Drange.hpp161 struct sum_impl<range_tag> { struct
164 static constexpr I sum_helper(I m, I n) { in sum_helper()
186 static constexpr auto apply(range<T, from, to> const&) { in apply()
/third_party/boost/boost/hana/
Dsum.hpp48 struct sum_impl<T, when<condition>> : default_ { struct
50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
Drange.hpp161 struct sum_impl<range_tag> { struct
164 static constexpr I sum_helper(I m, I n) { in sum_helper()
186 static constexpr auto apply(range<T, from, to> const&) { in apply()