[#BloombergLP-bdlde-QuotedPrintableDecoder-isDone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/QuotedPrintableDecoder.adoc[QuotedPrintableDecoder]::isDone :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlde_quotedprintabledecoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isDone() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#