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

Method thing

examples/source/optional_with_iteration.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 int a = 20;
10
11 thing() = default;
12 thing(int a) : a(a) {
13 }
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected