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

Method equal

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

Source from the content-addressed store, hash-verified

56
57private:
58 bool equal(const iterator_over& rhs) const noexcept {
59 return &histogram_ == &rhs.histogram_ && idx_ == rhs.idx_;
60 }
61
62 void increment() noexcept { ++idx_; }
63 void decrement() noexcept { --idx_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected