Return whether encoding is done and further input is an error.

Synopsis

Declared in <bdlde_base64encoder.h>

bool
isDone() const;

Description

Return true if the current input is acceptable and any additional input (including endConvert) would be an error, and false otherwise. Note that if this encoder isDone then all resulting output has been emitted to out.

Return Value

true if encoding is done and further input would be an error, and false otherwise

Created with MrDocs