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

Function print_values

tests/constructor_stats.h:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326template <class T, typename... Values>
327void print_values(T *inst, Values &&...values) {
328 print_constr_details(inst, ":", values...);
329 track_values(inst, values...);
330}

Callers 1

refClass · 0.85

Calls 2

print_constr_detailsFunction · 0.85
track_valuesFunction · 0.85

Tested by

no test coverage detected