This class provides the implementations of parse and format for formatters that format a type using its streaming operator.
Declared in <bslfmt_streamedformatter.h>
template<class t_STREAMABLE>
struct StreamedFormatter;
| Name | Description |
|---|---|
format | Format value using the previously parsed specification. |
parse | Parse and validate the format specification in parseContext. |