BloombergLP::bdlt::Literal_SpecifierFormatter::formatNextSpecifier

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>

template<class t_ITERATOR>
bool
formatNextSpecifier(
    StringView* spec,
    t_ITERATOR* outIt) const;