Return true if this encoder is in the done state with no pending output.
Synopsis
Declared in <bdlde_hexencoder.h>
bool
isDone() const;
Description
The done state means endConvert has been called and any additional input will result in an error. Return false otherwise.
Return Value
true if this encoder is done with no pending output, and false otherwise
Created with MrDocs