llvm::encodeBase64

Encode a byte sequence as a Base64 string.

Synopsis

Declared in <llvm/Support/Base64.h>

template<class InputBytes>
std::string
encodeBase64(InputBytes const& Bytes);

Return Value

The Base64-encoded representation of Bytes.

Parameters

NameDescription
BytesInput bytes to encode.