Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
template <typename T>
5
auto f(T, int) -> decltype(T{}.f()) {
6
//printf(
"Has member function named f().\n"
);
7
}
8
9
template <typename T>
10
void f(T, ...) {
Callers
1
main
Function · 0.70
Calls
1
f
Method · 0.45
Tested by
no test coverage detected