[#BloombergLP-bdlde-HexDecoder-isAcceptable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/HexDecoder.adoc[HexDecoder]::isAcceptable :relfileprefix: ../../../ :mrdocs: Return `true` if the input read so far by this decoder is considered syntactically complete and all resulting output has been emitted; return `false` otherwise. Note that there must not be any unprocessed characters accumulated in the input buffer of this decoder. == Synopsis Declared in `<bdlde_hexdecoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isAcceptable() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#