Home
last modified time | relevance | path

Searched refs:is_weight_accumulator (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/accumulators/statistics/
Dmean.hpp117 typedef mpl::true_ is_weight_accumulator; typedef
125 typedef mpl::true_ is_weight_accumulator; typedef
Dsum.hpp84 typedef mpl::true_ is_weight_accumulator; typedef
Dsum_kahan.hpp107 typedef mpl::true_ is_weight_accumulator; typedef
/third_party/boost/boost/accumulators/framework/
Ddepends_on.hpp165 typedef mpl::false_ is_weight_accumulator; typedef
359 typename Feature::is_weight_accumulator
/third_party/boost/libs/accumulators/doc/
Daccumulators.qbk740 All features must also provide a nested `is_weight_accumulator` typedef. It must
745 can mark this feature as such with `typedef mpl::true_ is_weight_accumulator;`.
1012 [[`F::is_weight_accumulator`] [`mpl::true_` or