Create a Streamed wrapper around the specified object.
Declared in <bslfmt_streamed.h>
Create a Streamed wrapper around the specified object.
Streamed(t_STREAMABLE const& object)
requires (!bsl::formattable<t_STREAMABLE, char>);
» more...
Create a Streamed wrapper around the specified object.
Streamed(t_STREAMABLE const& object)
requires (bsl::formattable<t_STREAMABLE, char>);
» more...
| Name | Description |
|---|---|
| object | Streamable object to wrap for formatting via operator<<. |