728x90
728x170
*[header][Input/Output] sstream
<sstream>
String streams
Class templates
- basic_istringstream
- Input string stream (class template )
- basic_ostringstream
- Output string stream (class template )
- basic_stringstream
- String stream (class template )
- basic_stringbuf
- String stream buffer (class template )
Classes
Narrow characters (char
)
- istringstream
- Input string stream (class )
- ostringstream
- Output string stream (class )
- stringstream
- Input/output string stream (class )
- stringbuf
- String stream buffer (class )
Wide characters (wchar_t
)
- wistringstream
- Input string stream (wide) (class )
- wostringstream
- Output string stream (wide) (class )
- wstringstream
- Input/output string stream (wide) (class )
- wstringbuf
- String stream buffer (wide) (class )
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
[header][C library] cerrno (errno.h) (0) | 2017.11.08 |
---|---|
[header][C library] cctype (ctype.h) (0) | 2017.11.08 |
[header][C library] cassert (assert.h) (0) | 2017.11.08 |
[header][Input/Output] streambuf (0) | 2017.11.08 |
[header][Input/Output] ostream (0) | 2017.11.08 |
[header][Input/Output] istream (0) | 2017.11.08 |
[header][Input/Output] iostream (0) | 2017.11.08 |
[header][Input/Output] iosfwd (0) | 2017.11.08 |