bsl::basic_ostringstream::operator<<

Apply an ios_base manipulator to this stream.

Synopsis

Declared in <bslstl_ostringstream.h>

BaseStream&
operator<<(ios_base&(* manipulator)(ios_base&));

Return Value

a reference to this stream

Parameters

NameDescription
manipulatorfunction to apply