Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ NCVirt
Function
NCVirt
tests/test_virtual_functions.cpp:138–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
virtual ~NCVirt() = default;
137
NCVirt() = default;
138
NCVirt(const NCVirt &) = delete;
139
virtual NonCopyable get_noncopyable(int a, int b) { return NonCopyable(a, b); }
140
virtual Movable get_movable(int a, int b) = 0;
141
Callers
1
PYBIND11_OVERRIDE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected