Return a Base64DecoderOptions object having the specified alphabet, padded, and ignoreMode attribute values. The behavior is unless ignoreMode is a defined value of IgnoreMode, and alphabet is a defined value of Base64Alphabet::Enum.

Synopsis

Declared in <bdlde_base64decoderoptions.h>

static
Base64DecoderOptions
custom(
    IgnoreMode::Enum ignoreMode,
    Base64Alphabet::Enum alphabet,
    bool padded);

Created with MrDocs