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

Function py_tuple

src/pystack/_pystack/version.cpp:395–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394template<class T>
395constexpr py_tuple_v
396py_tuple()
397{
398 return {
399 sizeof(T),
400 {offsetof(T, ob_base.ob_size)},
401 {offsetof(T, ob_item)},
402 };
403}
404
405template<class T>
406constexpr py_list_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected