bsl::basic_ostringstream::operator<<

Apply a basic_ostream manipulator to this stream.

Synopsis

Declared in <bslstl_ostringstream.h>

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

Return Value

a reference to this stream

Parameters

NameDescription
manipulatorfunction to apply