
It is a string stream for header.
Following are the Class Templates for sstram.
| Sr.No | Class Templates & Definition |
|---|---|
| 1 |
basic_istringstream
It is an input string stream |
| 2 |
basic_ostringstream
It is an output string stream |
| 3 |
basic_stringstream
It is a basic string steam |
| 4 |
basic_stringbuf
It is a string stream buffer |
Following are the Wide characters for sstram.
| Sr.No | Wide characters & Definition |
|---|---|
| 1 |
wistringstream
It is an input string stream |
| 2 |
wostringstream
It is an output string stream |
| 3 |
wstringstream
It is a basic string steam |
| 4 |
wstringbuf
It is a string stream buffer |