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

Method constexpr_write_ptr

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

Source from the content-addressed store, hash-verified

1426 */
1427template <typename SrcType, typename TargetType> struct constexpr_write_ptr {
1428 constexpr explicit constexpr_write_ptr(TargetType *raw) : p(raw) {}
1429
1430 constexpr constexpr_write_ptr_proxy<SrcType, TargetType> operator*() const {
1431 return constexpr_write_ptr_proxy<SrcType, TargetType>{p};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected