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

Method ~Base

tests/test_class_sh_virtual_py_cpp_mix.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class Base {
9public:
10 virtual ~Base() = default;
11 virtual int get() const { return 101; }
12
13 // Some compilers complain about implicitly defined versions of some of the following:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected