MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~Payload

Method ~Payload

tests/test_callbacks.cpp:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 struct Payload {
113 Payload() { print_default_created(this); }
114 ~Payload() { print_destroyed(this); }
115 Payload(const Payload &) { print_copy_created(this); }
116 Payload(Payload &&) noexcept { print_move_created(this); }
117 };

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected