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

Method TestFactory6

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

Source from the content-addressed store, hash-verified

91
92public:
93 explicit TestFactory6(int i) : value{i} { print_created(this, i); }
94 TestFactory6(TestFactory6 &&f) noexcept {
95 print_move_created(this);
96 // NOLINTNEXTLINE(cppcoreguidelines-prefer-member-initializer)

Callers 1

test_init_factory_aliasFunction · 0.80

Calls 3

print_createdFunction · 0.85
print_move_createdFunction · 0.85
print_copy_createdFunction · 0.85

Tested by

no test coverage detected