Extract characters into a stream buffer until end-of-file.
Declared in <bslstl_istringstream.h>
BaseStream&
operator>>(std::basic_streambuf<char_type, traits_type>* streambuf);
a reference to this stream
| Name | Description |
|---|---|
| streambuf | destination stream buffer |