Create a decoder expecting padded encoding.
Synopsis
Declared in <bdlde_base64decoder.h>
explicit
Base64Decoder(
bool unrecognizedNonWhitespaceIsErrorFlag,
Alphabet alphabet = e_BASIC);
Description
DEPRECATED: Use the overload that takes options instead, for example ` Base64Decoder(Base64DecoderOptions::custom( unrecognizedNonWhitespaceIsErrorFlag ? e_IGNORE_WHITESPACE, : e_IGNORE_UNRECOGNIZED, alphabet, true)); `
Created with MrDocs