MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Do

Method Do

tests/TemplateMemberFunctionTest.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8 template<typename T>
9 void Do(T&& t)
10 {
11 t();
12 }
13
14
15 template<int X, typename T>

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected