[#BloombergLP-bdlt-Literal_SpecifierFormatter-formatNextSpecifier] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Literal_SpecifierFormatter.adoc[Literal_SpecifierFormatter]::formatNextSpecifier :relfileprefix: ../../../ :mrdocs: Format the next recognized specifier character from `spec` to `outIt`. == Synopsis Declared in `<bdlt_literal_specifierformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ITERATOR> bool formatNextSpecifier( xref:BloombergLP/bdlt/Literal_SpecifierFormatter.adoc[StringView]* spec, t_ITERATOR* outIt) const; ---- == Description Examine the front character of the specified `spec`. If that character matches any of those recognized by this specifier formatter, perform the sort of output indicated by that character off of `spec` and return `true`, otherwise return `false`. == Return Value `true` if a recognized specifier was formatted == Parameters [cols="1,4"] |=== | Name| Description | *spec* | input specifier string view to format | *outIt* | output iterator to receive the formatted character |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#