Examine the first character of the specified *specInOut and if it is recognized as a modifier by this object, update this object's state to reflect it and pop it off the front of *specInOut and return true, and if not, return false with no modification to *specInOut.

Synopsis

Declared in <bdlt_datetimeformatter.h>

constexpr
bool
parseNextModifier(StringView* specInOut);

Created with MrDocs