Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ DoOther
Method
DoOther
tests/TemplateMemberFunctionTest.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
template<int X, typename T>
16
void DoOther(T&& t)
17
{
18
t();
19
}
20
21
template<int X, char c, typename T>
22
void DoBar(T&& t)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected