MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / f

Function f

tests/VarTemplateWithLambdaTest.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11constexpr auto funcBraced = [](auto x){ return T{x};};
12
13double f(int x)
14{
15 return func<double>(x);
16}
17
18double fBraced(int x)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected