Format one recognized specifier from *specInOut into *outIt.
Declared in <bdlt_dateformatter.h>
template<class t_ITERATOR>
bool
formatNextSpecifier(
bsl::basic_string_view<t_CHAR>* specInOut,
t_ITERATOR* outIt,
DateFormatter_Cache const& value) const;
If the first character of the specified *specInOut is recognized by this specifier formatter, use it to format the specified value to *outIt, remove the character from *specInOut, and return true, otherwise return false with no modification to *specInOut.
true if a specifier was formatted
| Name | Description |
|---|---|
| specInOut | remaining format specification |
| outIt | output iterator receiving formatted characters |
| value | cached date fields to format |