[#bsl-basic_istringstream-operator_rshift-08d] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::operator>> :relfileprefix: ../../ :mrdocs: Interface for manipulators. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- __istream_type& operator>>(__istream_type&(* __pf)(__istream_type&)); ---- == Description @{ Manipulators such as `std::ws` and `std::dec` use these functions in constructs like `std::cin >> std::ws`. For more information, see the iomanip header. [.small]#Created with https://www.mrdocs.com[MrDocs]#