#include <istream>#include <ostream>#include <bits/sstream.tcc>


Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::basic_stringbuf< CharT, Traits, Alloc > |
| The actual work of input and output (for std::string). More... | |
| class | std::basic_istringstream< CharT, Traits, Alloc > |
| Controlling input for std::string. More... | |
| class | std::basic_ostringstream< CharT, Traits, Alloc > |
| Controlling output for std::string. More... | |
| class | std::basic_stringstream< CharT, Traits, Alloc > |
| Controlling input and output for std::string. More... | |
include this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file sstream.
1.5.5