This class provides the implementations of parse and format for formatters that format a type using its streaming operator.

Synopsis

Declared in <bslfmt_streamedformatter.h>

template<class t_STREAMABLE>
struct StreamedFormatter;

Member Functions

Name

Description

format

Format value using the previously parsed specification.

parse

Parse and validate the format specification in parseContext.

Created with MrDocs