Return true if the previous delimiter contains a soft delimiter.
Declared in <bdlb_tokenizer.h>
bool
hasPreviousSoft() const;
Return true if the previous delimiter (or leader) contains a soft delimiter character, and false otherwise. The behavior is undefined if the underlying input itself has been modified or destroyed since this object was most recently reset (or created).
true if the previous delimiter contains a soft delimiter, and false otherwise