12 [[nodiscard]] std::string
encode(std::span<const uint8_t> input,
bool newlines =
true);
14 [[nodiscard]]
bool decode_inplace(std::string_view input, std::span<uint8_t> output);
This class manages the lifetime of a block of memory.
MemBuffer< uint8_t > decode(std::string_view input)
std::string encode(std::span< const uint8_t > input)
bool decode_inplace(std::string_view input, std::span< uint8_t > output)