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

Method increment

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

Source from the content-addressed store, hash-verified

27
28protected:
29 void increment() noexcept { ++idx_; }
30 void decrement() noexcept { --idx_; }
31 void advance(int n) noexcept { idx_ += n; }
32 int distance_to(const iterator_over& other) const noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected