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

Method dereference

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

Source from the content-addressed store, hash-verified

65 void advance(int n) noexcept { idx_ += n; }
66
67 typename Histogram::const_reference dereference() const noexcept {
68 return histogram_.storage_[idx_];
69 }
70
71 const Histogram& histogram_;
72 std::size_t idx_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected