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