Return a Base64EncoderOptions object having the attributes maxLineLength == 76, alphabet == Base64Alphabet::e_BASIC, and isPadded == true. This conforms to RFC 2045.
Synopsis
Declared in <bdlde_base64encoderoptions.h>
static
Base64EncoderOptions
mime();
Created with MrDocs