Encode a byte sequence as a Base64 string.
Declared in <llvm/Support/Base64.h>
template<class InputBytes>
std::string
encodeBase64(InputBytes const& Bytes);
The Base64-encoded representation of Bytes.
| Name | Description |
|---|---|
| Bytes | Input bytes to encode. |