[#BloombergLP-bdlde-HexEncoder-isDone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/HexEncoder.adoc[HexEncoder]::isDone :relfileprefix: ../../../ :mrdocs: Return `true` if this encoder is in the done state with no pending output. == Synopsis Declared in `<bdlde_hexencoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [.small]#Created with https://www.mrdocs.com[MrDocs]#