默认 (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); |
默认 (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); |
成员常量 | 代表 | access |
---|---|---|
ios_base::in* | 输入 | The sequence supports input operations. |
ios_base::out | 输出 | The sequence supports output operations. |
成员常量 | 代表 | access |
---|---|---|
ios_base::in* | 输入 | The sequence supports input operations. |
ios_base::out | 输出 | The sequence supports output operations. |
ios_base::ate | 在末尾 | 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 |