Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ B
Method
B
tests/test_modules.cpp:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
class B {
39
public:
40
B() { print_default_created(this); }
41
~B() { print_destroyed(this); }
42
B(const B &) { print_copy_created(this); }
43
B &operator=(const B ©) {
Callers
2
test_reference_internal
Function · 0.45
test_disown_b
Function · 0.45
Calls
2
print_default_created
Function · 0.85
print_copy_created
Function · 0.85
Tested by
no test coverage detected