[#bsl-basic_istringstream-operator_rshift-046] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::operator>> :relfileprefix: ../../ :mrdocs: Extract a `short` from this stream. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_istringstream.adoc[BaseStream]& operator>>(short& value); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *value* | destination for the extracted value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#