Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
326
template <class T, typename... Values>
327
void print_values(T *inst, Values &&...values) {
328
print_constr_details(inst,
":"
, values...);
329
track_values(inst, values...);
330
}
Callers
1
ref
Class · 0.85
Calls
2
print_constr_details
Function · 0.85
track_values
Function · 0.85
Tested by
no test coverage detected