MCPcopy 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
20template<typename T>
21X<T> DoIt(T x)
22{
23 return { circular_area(x), circular_area(x+2)};
24}
25
26int main()
27{

Callers 1

mainFunction · 0.85

Calls 1

circular_areaFunction · 0.85

Tested by

no test coverage detected