[#BloombergLP-bslfmt-StreamedFormatter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::StreamedFormatter :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_STREAMABLE> struct StreamedFormatter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslfmt/StreamedFormatter/format.adoc[`format`] | Format `value` using the previously parsed specification. | xref:BloombergLP/bslfmt/StreamedFormatter/parse.adoc[`parse`] | Parse and validate the format specification in `parseContext`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#