[#BloombergLP-bdlt-TimeZoneFormatter-parseNextModifier] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/TimeZoneFormatter.adoc[TimeZoneFormatter]::parseNextModifier :relfileprefix: ../../../ :mrdocs: Parse a format modifier from the front of `*specInOut` if present. == Synopsis Declared in `<bdlt_timezoneformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool parseNextModifier(xref:BloombergLP/bdlt/TimeZoneFormatter.adoc[StringView]* specInOut); ---- == Description 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`. == Return Value `true` if a modifier was consumed == Parameters [cols="1,4"] |=== | Name| Description | *specInOut* | remaining format specification |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#