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

Method ~NonCopyable

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

Source from the content-addressed store, hash-verified

112 return "(null)";
113 }
114 ~NonCopyable() { print_destroyed(this); }
115
116private:
117 std::unique_ptr<int> value;

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected