Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ main
Function
main
test/fail_histogram_dynamic_at_wrong_dimension_test.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
using namespace boost::histogram;
10
int main() {
11
auto h = make_dynamic_histogram(axis::integer<>(0, 2));
12
h.at(0, 0);
13
}
Callers
nothing calls this directly
Calls
2
make_dynamic_histogram
Function · 0.85
at
Method · 0.80
Tested by
no test coverage detected