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