[#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: 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`. == 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; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#