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

Function track_move_created

tests/constructor_stats.h:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222template <class T>
223void track_move_created(T *inst) {
224 ConstructorStats::get<T>().move_created(inst);
225}
226template <class T, typename... Values>
227void track_copy_assigned(T *, Values &&...values) {
228 auto &cst = ConstructorStats::get<T>();

Callers 3

CppCallableMethod · 0.85
print_move_createdFunction · 0.85
refMethod · 0.85

Calls 1

move_createdMethod · 0.80

Tested by 1

CppCallableMethod · 0.68