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

Method rbegin

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

Source from the content-addressed store, hash-verified

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());
127 }
128 const_reverse_iterator rend() const noexcept {
129 return const_reverse_iterator(*static_cast<const Derived*>(this), 0);
130 }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected