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