[#BloombergLP-bslfmt-streamed-0f3] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::streamed :relfileprefix: ../../ :mrdocs: Create and return a `Streamed` wrapper for the specified `object` when `t_STREAMABLE2` is not formattable. == Synopsis Declared in `<bslfmt_streamed.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslfmt/Streamed-0f9.adoc[Streamed<t_STREAMABLE2>] streamed(t_STREAMABLE2 const& object) requires (!bsl::formattable<t_STREAMABLE2, char>); ---- == Parameters [cols="1,4"] |=== | Name| Description | *object* | Streamable object to wrap for formatting via `operator<<`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#