Create and return a Streamed wrapper for the specified object when t_STREAMABLE2 is not formattable.
Synopsis
Declared in <bslfmt_streamed.h>
Streamed<t_STREAMABLE2>
streamed(t_STREAMABLE2 const& object)
requires (!bsl::formattable<t_STREAMABLE2, char>);
Parameters
Name |
Description |
object |
Streamable object to wrap for formatting via |
Created with MrDocs