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

Function py_unicode

src/pystack/_pystack/version.cpp:383–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382template<class T>
383constexpr py_unicode_v
384py_unicode()
385{
386 return {
387 sizeof(T),
388 {offsetof(T, _base._base.state)},
389 {offsetof(T, _base._base.length)},
390 {offsetof(T, _base) + sizeof(T::_base._base)},
391 };
392}
393
394template<class T>
395constexpr py_tuple_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected