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

Method ~NoConstructor

tests/test_class.cpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 return ptr;
92 }
93 ~NoConstructor() { print_destroyed(this); }
94 };
95 struct NoConstructorNew {
96 NoConstructorNew() = default;

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected