Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ h
Function
h
tests/conceptsConstraintsTest.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
template <unsigned M> void g(AddOneTy<2 * M> *);
18
19
void h() {
20
g<0>(nullptr);
21
}
22
23
}
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected