Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ bin
Method
bin
include/boost/histogram/iterator.hpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
auto bin() const -> decltype(std::declval<Histogram&>().axis()[0]) {
43
return histogram_.axis()[idx()];
44
}
45
46
template <std::size_t I>
47
auto bin(mp11::mp_size_t<I>) const
Callers
3
run_tests
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
1
axis
Method · 0.80
Tested by
2
run_tests
Function · 0.64
main
Function · 0.64