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