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

Function main

tests/Issue2.cpp:16–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16int main()
17{
18 Movable m;
19 int e;
20 auto fun = [x = std::move(m), c=e] () -> void {
21 };
22 fun();
23
24 auto bun = [c= std::move(e)] () -> void {
25 };
26 bun();
27
28}

Callers

nothing calls this directly

Calls 1

funFunction · 0.70

Tested by

no test coverage detected