bsl::basic_ostringstream::operator<<

Insert a short into the stream.

Synopsis

Declared in <bslstl_ostringstream.h>

BaseStream&
operator<<(short value);

Return Value

a reference to this stream

Parameters

NameDescription
valuevalue to insert