hpx/statistics/histogram.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace boost
namespace accumulators
namespace extract

Variables

const extractor<tag::histogram> histogram = {}
namespace tag
struct histogram : public depends_on<count>, public histogram_num_bins, public histogram_min_range, public histogram_max_range
struct impl
template<typename Sample, typename Weight>
struct apply

Public Types

typedef hpx::util::detail::histogram_impl<Sample> type