Format the next recognized specifier character from spec to outIt.
Declared in <bdlt_literal_specifierformatter.h>
template<class t_ITERATOR>
bool
formatNextSpecifier(
StringView* spec,
t_ITERATOR* outIt) const;
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.
true if a recognized specifier was formatted
| Name | Description |
|---|---|
| spec | input specifier string view to format |
| outIt | output iterator to receive the formatted character |