Return the unparsed remainder of the specification string.
Synopsis
Declared in <bslfmt_formatspecificationparser.h>
constexpr
bsl::basic_string_view<t_CHAR> const
remainingSpec() const;
Description
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.
Return Value
view of the unparsed portion of the specification string
Created with MrDocs