Deprecated overload of WebSafeBase64Escape() that writes to a dest buffer.

Synopsis

Declared in <absl/strings/escaping.h>

[[deprecated("Use the string‐returning version of WebSafeBase64Escape()")]]
void
WebSafeBase64Escape(
    std::string_view src,
    std::string* dest);
Warning

Deprecated: Use the string‐returning version of WebSafeBase64Escape(). Use of this entity is allowed but discouraged.

Parameters

Name

Description

src

The string to encode.

dest

The output string that receives the base64‐encoded result.

Created with MrDocs