MCPcopy 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

8overload(Ts...) -> overload<Ts...>;
9
10int 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