MCPcopy Create free account
hub / github.com/craftzdog/react-native-quick-base64 / constexpr_ptr

Method constexpr_ptr

cpp/simdutf.h:1343–1343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341 const from *p;
1342
1343 constexpr explicit constexpr_ptr(const from *ptr) noexcept : p(ptr) {}
1344
1345 constexpr to operator*() const noexcept { return static_cast<to>(*p); }
1346

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected