Simple extraction.

Synopsis

Declared in <bslstl_istringstream.h>

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().

Created with MrDocs