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

Method print

examples/source/usertype.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 void print() {
16 std::cout << name << '\n';
17 }
18
19 int test(int x) {
20 return static_cast<int>(name.length()) + x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected