Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ circular_area
Function
circular_area
tests/VarTemplateDecl3Test.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
template<class T>
8
T circular_area(T r)
9
{
10
return pi<T> * r * r;
11
}
12
13
template<typename T>
14
struct X
Callers
2
DoIt
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected