Return true if this decoder is in the done state.

Synopsis

Declared in <bdlde_hexdecoder.h>

bool
isDone() const;

Description

Return true if this decoder is in the done state (i.e., endConvert has been called and any additional input will result in an error), and if there is no pending output; return false otherwise.

Return Value

true if this decoder is in the done state with no pending output, and false otherwise

Created with MrDocs