Return whether the input so far is syntactically complete.
Synopsis
Declared in <bdlde_base64decoder.h>
bool
isAcceptable() const;
Description
Return true if the input read so far is considered syntactically complete, and false otherwise. Note that the number of relevant input characters must be divisible by 4.
Return Value
true if the input read so far is syntactically complete, and false otherwise
Created with MrDocs