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

Method ~CppCallable

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

Source from the content-addressed store, hash-verified

132 public:
133 CppCallable() { track_default_created(this); }
134 ~CppCallable() { track_destroyed(this); }
135 CppCallable(const CppCallable &) { track_copy_created(this); }
136 CppCallable(CppCallable &&) noexcept { track_move_created(this); }
137 void operator()() {}

Callers

nothing calls this directly

Calls 1

track_destroyedFunction · 0.85

Tested by

no test coverage detected