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

Public Types

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