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

Method c

tests/run_time/source/usertypes.inheritance.multi.cpp:267–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266 struct c : public b {
267 c(sol::this_state ts, sol::this_environment te, int ab) : b(ts, te, ab) {
268 }
269
270 c(sol::this_state ts, sol::this_environment te, int ab, int bc) : b(ts, te, ab, bc) {
271 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected