template<class t_CHAR, class t_CHAR_TRAITS = bsl::char_traits<t_CHAR>>
struct bslfmt::FormatterString_Imp< t_CHAR, t_CHAR_TRAITS >
This component-private class provides the implementations for parsing string formatting specifications and for formatting strings according to that specification.
See bslfmt_formatterstring
template<class t_CHAR , class t_CHAR_TRAITS >
template<class t_FORMAT_CONTEXT >
Format the specified value according to the specification stored as a result of a previous call to the parse method, and write the result to the iterator accessed by calling the out() method on the specified formatContext parameter. Return an end iterator of the output range. Throw an exception of type bsl::format_error in the event of failure.