Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ DoIt
Function
DoIt
tests/VarTemplateDecl3Test.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
template<typename T>
21
X<T> DoIt(T x)
22
{
23
return { circular_area(x), circular_area(x+2)};
24
}
25
26
int main()
27
{
Callers
1
main
Function · 0.85
Calls
1
circular_area
Function · 0.85
Tested by
no test coverage detected