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

Method ~VBase

tests/test_class_sh_mi_thunks.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 VBase(VBase &&) = default;
42 VBase &operator=(VBase &&) = default;
43 virtual ~VBase() = default;
44 virtual int ping() const { return 1; }
45 int vbase_tag = 42; // ensure it's not empty
46};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected