Number of axes (dimensions) of histogram
| 105 | |
| 106 | /// Number of axes (dimensions) of histogram |
| 107 | std::size_t dim() const noexcept { return detail::axes_size(axes_); } |
| 108 | |
| 109 | /// Total number of bins in the histogram (including underflow/overflow) |
| 110 | std::size_t size() const noexcept { return storage_.size(); } |