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

Method end

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

Source from the content-addressed store, hash-verified

118 return const_iterator(*static_cast<const Derived*>(this), 0);
119 }
120 const_iterator end() const noexcept {
121 return const_iterator(*static_cast<const Derived*>(this),
122 static_cast<const Derived*>(this)->size());
123 }
124 const_reverse_iterator rbegin() const noexcept {
125 return const_reverse_iterator(*static_cast<const Derived*>(this),
126 static_cast<const Derived*>(this)->size());

Callers 2

labelMethod · 0.45
labeled_baseMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected