Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/p0195Test.cpp:10–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
overload(Ts...) -> overload<Ts...>;
9
10
int main() {
11
overload ol{
12
[](int&) { },
13
[](char&) { },
14
};
15
}
16
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected