[#BloombergLP-bdlb-Tokenizer-isTrailingHard] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Tokenizer.adoc[Tokenizer]::isTrailingHard :relfileprefix: ../../../ :mrdocs: 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). == Synopsis Declared in `<bdlb_tokenizer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isTrailingHard() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#