Cpp Standard Library 简明教程
C++ Library - <sstream>
Class Templates
以下是 sstram 的类模板。
Following are the Class Templates for sstram.
Sr.No |
Class Templates & Definition |
1 |
basic_istringstreamIt is an input string stream |
2 |
basic_ostringstreamIt is an output string stream |
3 |
basic_stringstreamIt is a basic string steam |
4 |
basic_stringbufIt is a string stream buffer |
Wide characters
以下是 sstram 的宽字符。
Following are the Wide characters for sstram.
Sr.No |
Wide characters & Definition |
1 |
wistringstreamIt is an input string stream |
2 |
wostringstreamIt is an output string stream |
3 |
wstringstreamIt is a basic string steam |
4 |
wstringbufIt is a string stream buffer |