Return that section of the specification string that remains unparsed after the call to parse. Note that this may be a truncated version of the string held by the parse context. If parse has not previously been called throw a format_error exception.

Synopsis

Declared in <bslfmt_formatspecificationparser.h>

constexpr
bsl::basic_string_view<t_CHAR> const
remainingSpec() const;

Created with MrDocs