#include <vector>
#include <functional>
#include <boost/assert.hpp>
#include <boost/range.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/or.hpp>
#include <boost/mpl/placeholders.hpp>
#include <boost/parameter/keyword.hpp>
#include <boost/iterator/reverse_iterator.hpp>
#include <boost/iterator/permutation_iterator.hpp>
#include <boost/accumulators/accumulators_fwd.hpp>
#include <boost/accumulators/framework/accumulator_base.hpp>
#include <boost/accumulators/framework/extractor.hpp>
#include <boost/accumulators/numeric/functional.hpp>
#include <boost/accumulators/framework/parameters/sample.hpp>
#include <boost/accumulators/framework/depends_on.hpp>
#include <boost/accumulators/statistics_fwd.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::accumulators | |
boost::accumulators::detail | |
boost::accumulators::impl | |
boost::accumulators::tag | |
boost::accumulators::extract | |
Functions | |
template<typename ElementIterator , typename IndexIterator > | |
tail_range< ElementIterator, IndexIterator >::type | boost::accumulators::detail::make_tail_range (ElementIterator elem_begin, IndexIterator index_begin, IndexIterator index_end) |
INTERNAL ONLY. More... | |
template<typename Args > | |
stat_assign_visitor< Args > const | boost::accumulators::detail::stat_assign (Args const &args, std::size_t index) |
INTERNAL ONLY. More... | |
Variables | |
extractor< tag::abstract_tail > const | boost::accumulators::extract::tail = {} |