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

Method fun

tests/MemberPointerTest.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13 template <typename R, typename... Args>
14 void fun(R (T::*ptr)(Args...))
15 {
16 }
17};
18
19int main()

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected