Create a Base64 encoder in the initial state, defaulting the state of the maximum allowable line‐length, the padding, and the alphabet according to the values of the specified options.

Synopsis

Declared in <bdlde_base64encoder.h>

explicit
Base64Encoder(EncoderOptions const& options = EncoderOptions::mime());

Created with MrDocs