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

Method UserType

tests/pybind11_tests.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class UserType {
29public:
30 UserType() = default;
31 explicit UserType(int i) : i(i) {}
32
33 int value() const { return i; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected