Total number of bins in the histogram (including underflow/overflow)
| 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()); } |