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

Method begin

include/boost/histogram/axis/any.hpp:260–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 const_iterator begin() const { return const_iterator(*this, 0); }
261 const_iterator end() const { return const_iterator(*this, size()); }
262 const_reverse_iterator rbegin() const { return const_reverse_iterator(*this, size()); }
263 const_reverse_iterator rend() const { return const_reverse_iterator(*this, 0); }

Callers 8

resetMethod · 0.45
operator==Method · 0.45
index_mapperMethod · 0.45
axes_equalFunction · 0.45
axes_assignFunction · 0.45
variableMethod · 0.45
categoryMethod · 0.45
escape_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected