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

Function main

examples/guide_axis_with_uoflow_off.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace bh = boost::histogram;
6
7int main() {
8 // create a 1d-histogram for dice throws with integer values from 1 to 6
9 auto h = bh::make_static_histogram(
10 bh::axis::integer<>(1, 7, "eyes", bh::axis::uoflow_type::off));
11
12 // do something with h
13}
14
15//]

Callers

nothing calls this directly

Calls 1

make_static_histogramFunction · 0.85

Tested by

no test coverage detected