| default (1) | explicit basic_istringstream (ios_base::openmode which = ios_base::in); |
|---|---|
| initialization (2) | explicit basic_istringstream ( const basic_string<char_type,traits_type,allocator_type>& str, ios_base::openmode which = ios_base::in); |
| default (1) | explicit basic_istringstream (ios_base::openmode which = ios_base::in); |
|---|---|
| initialization (2) | explicit basic_istringstream ( const basic_string<char_type,traits_type,allocator_type>& str, ios_base::openmode which = ios_base::in); |
| copy (3) | basic_istringstream (const basic_istringstream&) = delete; |
| move (4) | basic_istringstream (basic_istringstream&& x); |
| member constant | stands for | access |
|---|---|---|
| ios_base::in* | input | The sequence supports input operations. |
| ios_base::out | output | The sequence supports output operations. |
| member constant | stands for | access |
|---|---|---|
| ios_base::in* | input | The sequence supports input operations. |
| ios_base::out | output | The sequence supports output operations. |
| ios_base::ate | at end | The writing position is at the end after construction, and after every time the content is reset with member str. |
|
|
250 640 1024 1500 666 |