Simple extraction.
Declared in <bslstl_istringstream.h>
__istream_type&
get(char_type& __c);
Tries to extract a character and store it in __c. If none are available, sets failbit and returns traits::eof().
This function is not overloaded on signed char and unsigned char.
*this
| Name | Description |
|---|---|
| __c | The character in which to store data. |