MCPcopy 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
3template<typename T>
4auto Fun(T val)
5{
6 return val;
7}
8
9auto x = Fun(3);

Calls

no outgoing calls

Tested by

no test coverage detected