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

Function main

test/fail_histogram_dynamic_reduce_wrong_order_test.cpp:10–14  ·  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, 1), axis::integer<>(1, 2));
12 auto v = {0, 0};
13 h.reduce_to(v.begin(), v.end());
14}

Callers

nothing calls this directly

Calls 4

make_dynamic_histogramFunction · 0.85
reduce_toMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected