Return true if the input to this decoder is maximal.
Synopsis
Declared in <bdlde_hexdecoder.h>
bool
isMaximal() const;
Description
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.
Return Value
true if the input is maximal, and false otherwise (always false for Hex decoders)
Created with MrDocs