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

Method ~TestFactory6

tests/test_factory_constructors.cpp:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 alias = f.alias;
107 }
108 virtual ~TestFactory6() { print_destroyed(this); }
109 virtual int get() { return value; }
110 bool has_alias() const { return alias; }
111};

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected