MCPcopy Create free account
hub / github.com/ThePhD/sol2 / nested

Class nested

tests/run_time/source/functions.cpp:496–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494 };
495
496 struct nested {
497 inner i;
498 };
499
500 auto a = []() { return 500; };
501 auto b = [&]() { return 501; };

Callers 1

functions.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected