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

Function w

tests/p0315_2Test.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15static void h(decltype([] { })*) { }
16
17static void w(decltype([] { })*, decltype([] { return 2; })&) { }
18
19// This is invalid syntax!
20//static decltype([] { }) x()[2];

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected