Extract one character into character.
Synopsis
Declared in <bslstl_istringstream.h>
BaseStream&
get(char_type& character);
Return Value
a reference to this stream
Parameters
Name |
Description |
character |
destination for the extracted character |
Created with MrDocs