[#bsl-basic_osyncstream-operator_lshift-0cb] = xref:bsl.adoc[bsl]::xref:bsl/basic_osyncstream.adoc[basic_osyncstream]::operator<< :relfileprefix: ../../ :mrdocs: Left shift operators == Synopses Declared in `<bslstl_osyncstream.h>` Insert an `unsigned long` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-0fc1.adoc[operator<<](unsigned long value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-0fc1.adoc[_» more..._]# Insert a null pointer representation into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-0fc2.adoc[operator<<](decltype(nullptr) value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-0fc2.adoc[_» more..._]# Insert characters from the specified stream buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-08.adoc[operator<<](xref:bsl/basic_osyncstream/streambuf_type.adoc[streambuf_type]* streambuf); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-08.adoc[_» more..._]# Insert a volatile pointer value into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-02d.adoc[operator<<](void const volatile* value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-02d.adoc[_» more..._]# Insert a pointer value into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-007.adoc[operator<<](void const* value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-007.adoc[_» more..._]# Insert a `long double` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-0d6.adoc[operator<<](long double value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-0d6.adoc[_» more..._]# Insert a `double` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-055.adoc[operator<<](double value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-055.adoc[_» more..._]# Insert a `float` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-0d4.adoc[operator<<](float value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-0d4.adoc[_» more..._]# Insert an `unsigned long long` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-052.adoc[operator<<](unsigned long long value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-052.adoc[_» more..._]# Insert a `long long` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-00b.adoc[operator<<](long long value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-00b.adoc[_» more..._]# Apply a `basic_ostream` manipulator to this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-09.adoc[operator<<](xref:bsl/basic_osyncstream.adoc[Base]&(* manipulator)(xref:bsl/basic_osyncstream.adoc[Base]&)); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-09.adoc[_» more..._]# Insert a `long` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-02e.adoc[operator<<](long value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-02e.adoc[_» more..._]# Insert an `unsigned int` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-03.adoc[operator<<](unsigned int value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-03.adoc[_» more..._]# Insert an `int` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-0f1.adoc[operator<<](int value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-0f1.adoc[_» more..._]# Insert an `unsigned short` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-020.adoc[operator<<](unsigned short value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-020.adoc[_» more..._]# Insert a `short` into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-0a.adoc[operator<<](short value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-0a.adoc[_» more..._]# Insert a boolean value into this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-006.adoc[operator<<](bool value); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-006.adoc[_» more..._]# Apply an `ios_base` manipulator to this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-0cc.adoc[operator<<](std::ios_base&(* manipulator)(std::ios_base&)); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-0cc.adoc[_» more..._]# Apply a `basic_ios` manipulator to this stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/operator_lshift-06.adoc[operator<<](std::basic_ios<char_type, traits_type>&(* manipulator)(std::basic_ios<char_type, traits_type>&)); ---- [.small]#xref:bsl/basic_osyncstream/operator_lshift-06.adoc[_» more..._]# == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to insert | *streambuf* | source stream buffer | *manipulator* | function to apply |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#