hpx/statistics/rolling_max.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::rolling_max> rolling_max = {}
namespace tag
struct rolling_max : public depends_on<rolling_window>
struct impl
template<typename Sample, typename Weight>
struct apply

Public Types

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