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

Method MyClass

examples/source/usertype_constructors.cpp:9–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class MyClass {
8public:
9 MyClass(double d) : data(d) {
10 }
11 double data;
12};
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected