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

Function f

tests/AutoHandler3Test.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4template <typename T>
5auto f(T, int) -> decltype(T{}.f()) {
6 //printf( "Has member function named f().\n");
7}
8
9template <typename T>
10void f(T, ...) {

Callers 1

mainFunction · 0.70

Calls 1

fMethod · 0.45

Tested by

no test coverage detected