Deprecated overload of Base64Escape() that writes to a dest buffer.
Declared in <absl/strings/escaping.h>
[[deprecated("Use the string-returning version of Base64Escape()")]]
void
Base64Escape(
std::string_view src,
std::string* dest);
Deprecated: Use the string-returning version of Base64Escape(). Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| src | The string to encode. |
| dest | The output string that receives the base64-encoded result. |