[#BloombergLP-bdlde-QuotedPrintableDecoder-isDone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/QuotedPrintableDecoder.adoc[QuotedPrintableDecoder]::isDone :relfileprefix: ../../../ :mrdocs: Return whether decoding is finished and no further input is allowed. == Synopsis Declared in `<bdlde_quotedprintabledecoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [.small]#Created with https://www.mrdocs.com[MrDocs]#