Discarding characters
Declared in <bslstl_istringstream.h>
__istream_type&
ignore();
» more...
__istream_type&
ignore(streamsize __n);
» more...
Discarding characters
__istream_type&
ignore(
streamsize __n,
int_type __delim);
» more...
*this
| Name | Description |
|---|---|
| __n | Number of characters to discard. |
| __delim | A "stop" character. |