template <std::size_t N>
struct base64_literal_helper
Defined at line 7258 of file ../../third_party/github.com/simdutf/simdutf/src/include/simdutf/implementation.h
the detail namespace is not part of the public api
Public Members
std::array<char, N - 1> storage
Public Methods
std::size_t size ()
Defined at line 7260 of file ../../third_party/github.com/simdutf/simdutf/src/include/simdutf/implementation.h
void base64_literal_helper<N> (const char (&)[N] str)
Defined at line 7261 of file ../../third_party/github.com/simdutf/simdutf/src/include/simdutf/implementation.h