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

Function expected_moved_from_dim

test/histogram_test.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace boost::histogram::literals; // to get _c suffix
28
29int expected_moved_from_dim(static_tag, int static_value) { return static_value; }
30
31int expected_moved_from_dim(dynamic_tag, int) { return 0; }
32

Callers 1

run_testsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected