MCPcopy Create free account
hub / github.com/boostorg/histogram / size

Method size

include/boost/histogram/histogram.hpp:110–110  ·  view source on GitHub ↗

Total number of bins in the histogram (including underflow/overflow)

Source from the content-addressed store, hash-verified

108
109 /// Total number of bins in the histogram (including underflow/overflow)
110 std::size_t size() const noexcept { return storage_.size(); }
111
112 /// Reset bin counters to zero
113 void reset() { storage_.reset(storage_.size()); }

Callers 2

resetMethod · 0.45
histogramClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected