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

Method begin

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

Source from the content-addressed store, hash-verified

115 using const_reverse_iterator = reverse_iterator_over<Derived>;
116
117 const_iterator begin() const noexcept {
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());

Callers 2

labelMethod · 0.45
labeled_baseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected