BloombergLP::bdlde::Base64DecoderOptions::standard

Return a Base64DecoderOptions object having the specified ignoreMode and padded, and the attribute alphabet == Base64Alphabet::e_BASIC. If padded is not specified, it defaults to true. If ignoreMode is not specified, it defaults to e_IGNORE_NOTHING. This conforms to RFC 4648 section 4.

Synopsis

Declared in <bdlde_base64decoderoptions.h>

static
Base64DecoderOptions
standard(
    IgnoreMode::Enum ignoreMode = IgnoreMode::e_IGNORE_NONE,
    bool padded = true);