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

Method ~SharedFromThisVBase

tests/test_smart_ptr.cpp:246–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 SharedFromThisVBase() = default;
245 SharedFromThisVBase(const SharedFromThisVBase &) = default;
246 virtual ~SharedFromThisVBase() = default;
247};
248struct SharedFromThisVirt : virtual SharedFromThisVBase {};
249

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected