template <std::size_t InputLen>

struct base64_decode_result

Defined at line 7268 of file ../../third_party/github.com/simdutf/simdutf/src/include/simdutf/implementation.h

Public Members

std::array<char, max_out> buffer
std::size_t output_count
static const std::size_t max_out