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

Method NoConstructor

tests/test_class.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 // test_instance
84 struct NoConstructor {
85 NoConstructor() = default;
86 NoConstructor(const NoConstructor &) = default;
87 NoConstructor(NoConstructor &&) = default;
88 static NoConstructor *new_instance() {

Callers 1

test_instanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected