[#BloombergLP-bdlde-HexDecoder-isMaximal] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/HexDecoder.adoc[HexDecoder]::isMaximal :relfileprefix: ../../../ :mrdocs: Return `true` if the input to this decoder is maximal (i.e., the input contains an end‐of‐input sentinel, signaling that no further input should be expected). _Always_ returns `false` for Hex decoders since the encoding scheme does not specify an end‐of‐input sentinel. == Synopsis Declared in `<bdlde_hexdecoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isMaximal() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#