[#bsl-basic_osyncstream-operator_lshift-0d4] = xref:bsl.adoc[bsl]::xref:bsl/basic_osyncstream.adoc[basic_osyncstream]::operator<< :relfileprefix: ../../ :mrdocs: Insert a `float` into this stream. == Synopsis Declared in `<bslstl_osyncstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& operator<<(float value); ---- == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#