Return true if the trailing delimiter contains a hard delimiter.
Declared in <bdlb_tokenizer.h>
bool
isTrailingHard() const;
Return true if the current (trailing) delimiter contains a hard delimiter character, and false otherwise. The behavior is undefined if the iteration state of this object is initially invalid, or if the underlying input itself has been modified or destroyed since this object was most recently reset (or created).
true if the trailing delimiter contains a hard delimiter, and false otherwise