Encode a byte range to standard base64.
Declared in <folly/base64.h>
constexpr
char*
base64Encode(
char const* f,
char const* l,
char* o) noexcept;
A pointer past the last byte written.
| Name | Description |
|---|---|
| f | Pointer to the first input byte. |
| l | Pointer past the last input byte. |
| o | Pointer to the output buffer. |