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]
std::stringstream
Categories: [C++ Standard Library] [String (computer science)]