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

Method advance

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

Source from the content-addressed store, hash-verified

63 void decrement() noexcept { --idx_; }
64
65 void advance(int n) noexcept { idx_ += n; }
66
67 typename Histogram::const_reference dereference() const noexcept {
68 return histogram_.storage_[idx_];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected