bsl::basic_ostringstream::operator<<

Insert a float into the stream.

Synopsis

Declared in <bslstl_ostringstream.h>

BaseStream&
operator<<(float value);

Return Value

a reference to this stream

Parameters

NameDescription
valuevalue to insert