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

Method value

include/boost/histogram/axis/value_view.hpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 int idx() const noexcept { return idx_; }
28
29 auto value() const -> decltype(std::declval<Axis&>().value(0)) {
30 return axis_.value(idx_);
31 }
32
33 bool operator==(const value_view& rhs) const noexcept {
34 return idx_ == rhs.idx_ && axis_ == rhs.axis_;

Callers 4

operator==Function · 0.45
meta.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected