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

Method upper

include/boost/histogram/axis/interval_view.hpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return axis_.lower(idx_);
31 }
32 auto upper() const noexcept -> decltype(std::declval<Axis&>().lower(0)) {
33 return axis_.lower(idx_ + 1);
34 }
35 typename Axis::value_type width() const noexcept {
36 return upper() - lower();
37 }

Callers 6

run_testsFunction · 0.80
mainFunction · 0.80
convertMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

lowerMethod · 0.45

Tested by 2

run_testsFunction · 0.64
mainFunction · 0.64