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

Method foo

tests/run_time/source/state.cpp:103–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 SECTION("with usertypes") {
102 struct foo {
103 foo(int bar) : bar(bar) {
104 }
105
106 const int bar;
107 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected