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

Method reset

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

Reset bin counters to zero

Source from the content-addressed store, hash-verified

111
112 /// Reset bin counters to zero
113 void reset() { storage_.reset(storage_.size()); }
114
115 /// Get N-th axis (const version)
116 template <std::size_t N>

Callers 7

equal_implFunction · 0.45
run_testsFunction · 0.45
mainFunction · 0.45
iterator_overClass · 0.45
histogramMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 5

equal_implFunction · 0.36
run_testsFunction · 0.36
mainFunction · 0.36