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

Method dim

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

Source from the content-addressed store, hash-verified

32 }
33
34 std::size_t dim() const noexcept { return histogram_.dim(); }
35
36 int idx(std::size_t dim = 0) const noexcept {
37 if (!cache_) { cache_.set(histogram_); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected