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

Method size

include/boost/histogram/axis/base.hpp:33–33  ·  view source on GitHub ↗

Returns the number of bins without overflow/underflow.

Source from the content-addressed store, hash-verified

31public:
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.

Callers 2

endMethod · 0.45
rbeginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected