MCPcopy Create free account
hub / github.com/bloomberg/pystack / py_dictvalues

Function py_dictvalues

src/pystack/_pystack/version.cpp:454–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452
453template<class T>
454constexpr py_dictvalues_v
455py_dictvalues()
456{
457 return {
458 sizeof(T),
459 {offsetof(T, values)},
460 };
461}
462
463template<class T>
464constexpr py_float_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected