[#bsl-basic_istringstream-get-05b] = 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"] ---- int_type get(); ---- == Description Tries to extract a character. If none are available, sets failbit and returns traits::eof(). == Return Value A character, or eof(). [.small]#Created with https://www.mrdocs.com[MrDocs]#