MCPcopy Create free account
hub / github.com/pybind/pybind11 / TestFactory4

Method TestFactory4

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

Source from the content-addressed store, hash-verified

74class TestFactory4 : public TestFactory3 {
75public:
76 TestFactory4() { print_default_created(this); }
77 explicit TestFactory4(int v) : TestFactory3(v) { print_created(this, v); }
78 ~TestFactory4() override { print_destroyed(this); }
79};

Callers 1

Calls 2

print_default_createdFunction · 0.85
print_createdFunction · 0.85

Tested by

no test coverage detected