Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ test
Function
test
tests/Issue468.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
template<class F = decltype([]() { return true; })>
4
bool test(F f = {})
5
{
6
return f();
7
}
8
9
10
int main()
Callers
1
main
Function · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected