Return a Base64EncoderOptions object configured for standard encoding.
Declared in <bdlde_base64encoderoptions.h>
static
Base64EncoderOptions
standard(bool padded = true);
Return a Base64EncoderOptions object having the attributes maxLineLength == 0, alphabet == Base64Alphabet::e_BASIC, and isPadded == false. If padded is not specified, it defaults to true. This conforms to RFC 4648 section 4.
a Base64EncoderOptions object configured for standard encoding
| Name | Description |
|---|---|
| padded | whether output is padded with '=' characters |