BloombergLP::bslfmt::Streamed::Streamed

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>);
» more...

Create a Streamed wrapper around the specified object.

Streamed(t_STREAMABLE const& object)
requires (bsl::formattable<t_STREAMABLE, char>);
» more...

Parameters

NameDescription
objectStreamable object to wrap for formatting via operator<<.