Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tests
Function · 0.80
main
Function · 0.80
convert
Method · 0.80
main
Function · 0.80
main
Function · 0.80
ostream_operators.hpp
File · 0.80
Calls
1
lower
Method · 0.45
Tested by
2
run_tests
Function · 0.64
main
Function · 0.64