template <typename SrcType, typename TargetType>
struct constexpr_write_ptr_proxy
Defined at line 84 of file ../../third_party/github.com/simdutf/simdutf/src/include/simdutf/constexpr_ptr.h
helper type for constexpr_writeptr, so it is possible to
do "*ptr = val;"
Public Members
TargetType * p
Public Methods
void constexpr_write_ptr_proxy<SrcType, TargetType> (TargetType * raw)
Defined at line 86 of file ../../third_party/github.com/simdutf/simdutf/src/include/simdutf/constexpr_ptr.h
constexpr_write_ptr_proxy<SrcType, TargetType> & operator= (SrcType v)
Defined at line 88 of file ../../third_party/github.com/simdutf/simdutf/src/include/simdutf/constexpr_ptr.h