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

Method U_cpp_non_20

tests/run_time/source/operators.cpp:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 struct U_cpp_non_20 {
45 int a;
46 U_cpp_non_20(int x = 20) : a(x) {
47 }
48 bool operator==(const U_cpp_non_20& r) {
49 return a == r.a;
50 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected