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