MCPcopy 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
7template<class T>
8T circular_area(T r)
9{
10 return pi<T> * r * r;
11}
12
13template<typename T>
14struct X

Callers 2

DoItFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected