default (1) | explicit istringstream (ios_base::openmode which = ios_base::in); |
---|---|
initialization (2) | explicit istringstream (const string& str, ios_base::openmode which = ios_base::in); |
default (1) | explicit istringstream (ios_base::openmode which = ios_base::in); |
---|---|
initialization (2) | explicit istringstream (const string& str, ios_base::openmode which = ios_base::in); |
copy (3) | istringstream (const istringstream&) = delete; |
move (4) | istringstream (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 |