Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
using namespace boost::histogram::literals; // to get _c suffix
28
29
int expected_moved_from_dim(static_tag, int static_value) { return static_value; }
30
31
int expected_moved_from_dim(dynamic_tag, int) { return 0; }
32
Callers
1
run_tests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected