[#bsl-basic_istringstream-get-03] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::get :relfileprefix: ../../ :mrdocs: Simple extraction. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- __istream_type& get(char_type& __c); ---- == Description Tries to extract a character and store it in ___c._ If none are available, sets failbit and returns traits::eof(). [NOTE] ==== This function is not overloaded on signed char and unsigned char. ==== == Return Value *this == Parameters [cols="1,4"] |=== | Name| Description | *__c* | The character in which to store data. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#