5#ifndef WPIUTIL_WPI_BASE64_H_
6#define WPIUTIL_WPI_BASE64_H_
42void Base64Encode(std::span<const uint8_t> plain, std::string* encoded);
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition: raw_ostream.h:44
basic_string_view< char > string_view
Definition: core.h:520
Definition: AprilTagFieldLayout.h:18
void Base64Encode(raw_ostream &os, std::string_view plain)
size_t Base64Decode(raw_ostream &os, std::string_view encoded)