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

Method copy_created

tests/constructor_stats.h:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 int move_assignments = 0;
87
88 void copy_created(void *inst) {
89 created(inst);
90 copy_constructions++;
91 }
92
93 void move_created(void *inst) {
94 created(inst);

Callers 1

track_copy_createdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected