Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Function
Fun
tests/DependentTemplateParameterTest.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
template<typename T>
4
auto Fun(T val)
5
{
6
return val;
7
}
8
9
auto x = Fun(3);
Callers
1
DependentTemplateParameterTest.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected