Simple extraction.

Synopsis

Declared in <bslstl_istringstream.h>

__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

Name

Description

__c

The character in which to store data.

Created with MrDocs