sstream
From HandWiki
C++ Standard Library |
---|
Containers |
C standard library |
In the C++ programming language, <sstream> is a part of the C++ Standard Library. It is a header file that provides templates and types that enable interoperation between stream buffers and string objects.[1][2]
References
- ↑ ISO/IEC 14882:2003 Programming Languages — C++. [lib.string.streams]/1
- ↑ Stanley B. Lippman, Josee Lajoie (1999). C++ Primer (third ed.). Massachusetts: Addison-Wesley. pp. 1109–1112. ISBN 0-201-82470-1. https://archive.org/details/cprimer00lipp/page/1109.
External links