default (1) | explicit basic_ostringstream (ios_base::openmode which = ios_base::out); |
---|---|
initialization (2) | explicit basic_ostringstream ( const basic_string<char_type,traits_type,allocator_type>& str, ios_base::openmode which = ios_base::out); |
default (1) | explicit basic_ostringstream (ios_base::openmode which = ios_base::out); |
---|---|
initialization (2) | explicit basic_ostringstream ( const basic_string<char_type,traits_type,allocator_type>& str, ios_base::openmode which = ios_base::out); |
copy (3) | basic_ostringstream (const basic_ostringstream&) = delete; |
move (4) | basic_ostringstream (basic_ostringstream&& 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. |
|
|
101t string Test string101 |