[#bsl-basic_istringstream-operator_rshift-0ff] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::operator>> :relfileprefix: ../../ :mrdocs: Extract an `unsigned short` from this stream. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_istringstream.adoc[BaseStream]& operator>>(unsigned 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]#