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

Method decrement

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

Source from the content-addressed store, hash-verified

61
62 void increment() noexcept { ++idx_; }
63 void decrement() noexcept { --idx_; }
64
65 void advance(int n) noexcept { idx_ += n; }
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected