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

Method histogram

include/boost/histogram/histogram.hpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 using const_iterator = iterator_over<histogram>;
47
48 histogram() = default;
49 histogram(const histogram& rhs) = default;
50 histogram(histogram&& rhs) = default;
51 histogram& operator=(const histogram& rhs) = default;

Calls 3

axes_assignFunction · 0.85
bincountFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected