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

Method ~base

tests/pure_cpp/smart_holder_poc_test.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54struct base {
55 virtual int get() { return 10; }
56 virtual ~base() = default;
57};
58
59struct derived : public base {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected