Searched defs:sum_impl (Results 1 – 5 of 5) sorted by relevance
30 struct sum_impl struct34 typedef Sample result_type;37 sum_impl(Args const &args) in sum_impl() function43 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;
48 struct sum_impl<T, when<condition>> : default_ { struct50 static constexpr decltype(auto) apply(Xs&& xs) { in apply()
161 struct sum_impl<range_tag> { struct164 static constexpr I sum_helper(I m, I n) { in sum_helper()186 static constexpr auto apply(range<T, from, to> const&) { in apply()