[#bsl-basic_istringstream-operator_rshift-03f] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::operator>> :relfileprefix: ../../ :mrdocs: Integer arithmetic extractors == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- __istream_type& operator>>(bool& __n); ---- == Description @{ These functions use the stream's current locale (specifically, the `num_get` facet) to parse the input data. == Return Value `*this` if successful == Parameters [cols="1,4"] |=== | Name| Description | *__n* | A variable of builtin integral type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#