Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ lacking_copy_ctor
Method
lacking_copy_ctor
tests/test_copy_move.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
struct lacking_copy_ctor : public empty<lacking_copy_ctor> {
29
lacking_copy_ctor() = default;
30
lacking_copy_ctor(const lacking_copy_ctor &other) = delete;
31
};
32
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected