#include <ios>
#include <limits>
Include dependency graph for istream:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | std::basic_istream< CharT, Traits > |
Controlling input. More... | |
class | std::basic_istream< CharT, Traits >::sentry |
Performs setup work for input streams. More... | |
class | std::basic_iostream< CharT, Traits > |
Merging istream and ostream capabilities. More... |
#include
this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file istream.
|
Character string extractors.
n characters and stores them into the array starting at s. n is defined as:
Characters are extracted and stored until one of the following happens:
If no characters are extracted, sets failbit. Definition at line 689 of file istream. |
|
Character string extractors.
n characters and stores them into the array starting at s. n is defined as:
Characters are extracted and stored until one of the following happens:
If no characters are extracted, sets failbit. Definition at line 684 of file istream. |
|
Character extractors.
|
|
Character extractors.
|