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

Method equal

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

Source from the content-addressed store, hash-verified

62 return other.idx_ - idx_;
63 }
64 bool equal(const reverse_iterator_over& other) const noexcept {
65 return &axis_ == &other.axis_ && idx_ == other.idx_;
66 }
67 typename Axis::bin_type dereference() const { return axis_[idx_ - 1]; }
68 friend class ::boost::iterator_core_access;
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected