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

Method TestFactory7

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

Source from the content-addressed store, hash-verified

138
139public:
140 explicit TestFactory7(int i) : value{i} { print_created(this, i); }
141 TestFactory7(TestFactory7 &&f) noexcept {
142 print_move_created(this);
143 // NOLINTNEXTLINE(cppcoreguidelines-prefer-member-initializer)

Callers

nothing calls this directly

Calls 3

print_createdFunction · 0.85
print_move_createdFunction · 0.85
print_copy_createdFunction · 0.85

Tested by

no test coverage detected