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

Method init

tests/run_time/source/usertypes.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 double f = 25.5;
81
82 static void init(A& x, double f) {
83 x.f = f;
84 }
85 };
86
87 class B {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected