Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ C
Method
C
tests/test_smart_ptr.cpp:274–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
// test_move_only_holder
273
struct C {
274
C() { print_created(this); }
275
C(const C &) = delete;
276
~C() { print_destroyed(this); }
277
};
Callers
1
test_exception_specifiers
Function · 0.80
Calls
1
print_created
Function · 0.85
Tested by
no test coverage detected