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

Method TestFactory3

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

Source from the content-addressed store, hash-verified

55protected:
56 friend class TestFactoryHelper;
57 TestFactory3() : value("(empty3)") { print_default_created(this); }
58 explicit TestFactory3(int v) : value(std::to_string(v)) { print_created(this, value); }
59
60public:

Callers 2

test_init_factory_basicFunction · 0.80

Calls 4

print_default_createdFunction · 0.85
print_createdFunction · 0.85
moveFunction · 0.85
print_move_createdFunction · 0.85

Tested by

no test coverage detected