Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get_movable
Method
get_movable
tests/test_virtual_functions.cpp:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
#endif
151
Movable get_movable(int a, int b) override {
152
PYBIND11_OVERRIDE_PURE(Movable, NCVirt, get_movable, a, b);
153
}
154
};
155
156
struct Base {
Callers
nothing calls this directly
Calls
1
PYBIND11_OVERRIDE_PURE
Function · 0.70
Tested by
no test coverage detected