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

Method DoBar

tests/TemplateMemberFunctionTest.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21 template<int X, char c, typename T>
22 void DoBar(T&& t)
23 {
24 t();
25 }
26
27};
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected