Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
constexpr auto funcBraced = [](auto x){ return T{x};};
12
13
double f(int x)
14
{
15
return func<double>(x);
16
}
17
18
double fBraced(int x)
19
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected