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

Method dereference

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

Source from the content-addressed store, hash-verified

36 return &axis_ == &other.axis_ && idx_ == other.idx_;
37 }
38 typename Axis::bin_type dereference() const { return axis_[idx_]; }
39 friend class ::boost::iterator_core_access;
40
41 const Axis& axis_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected