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

Function main

test/fail_histogram_static_add_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 a = make_static_histogram(axis::integer<>(0, 2));
12 auto b = make_static_histogram(axis::integer<>(0, 3));
13 a += b;
14}

Callers

nothing calls this directly

Calls 1

make_static_histogramFunction · 0.85

Tested by

no test coverage detected