MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~Class

Method ~Class

tests/test_class_sh_trampoline_unique_ptr.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class Class {
14public:
15 virtual ~Class() = default;
16
17 void setVal(std::uint64_t val) { val_ = val; }
18 std::uint64_t getVal() const { return val_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected