MCPcopy 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
9using namespace boost::histogram;
10int 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_histogramFunction · 0.85
atMethod · 0.80

Tested by

no test coverage detected