MCPcopy Create free account
hub / github.com/pybind/pybind11 / IntStruct

Method IntStruct

tests/test_thread.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26struct IntStruct {
27 explicit IntStruct(int v) : value(v) {};
28 ~IntStruct() { value = -value; }
29 IntStruct(const IntStruct &) = default;
30 IntStruct &operator=(const IntStruct &) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected