Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~Base
Method
~Base
tests/test_virtual_functions.cpp:158–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
struct Base {
157
virtual std::string dispatch() const = 0;
158
virtual ~Base() = default;
159
Base() = default;
160
Base(const Base &) = delete;
161
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected