Returns the number of bins without overflow/underflow.
| 31 | public: |
| 32 | /// Returns the number of bins without overflow/underflow. |
| 33 | int size() const noexcept { return size_; } |
| 34 | /// Returns the number of bins, including overflow/underflow if enabled. |
| 35 | int shape() const noexcept { return shape_; } |
| 36 | /// Returns number of extra bins to count under- or overflow. |