#include <locale>#include <ostream>Go to the source code of this file.
Namespaces | |
| namespace | std |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__in, _CharT &__c) |
| Character extractors. | |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__in, _CharT *__s) |
| Character string extractors. | |
Defines | |
| #define | _ISTREAM_TCC 1 |
Functions | |
| template<typename _CharT, typename _Traits> | |
| basic_istream< _CharT, _Traits > & | std::ws (basic_istream< _CharT, _Traits > &__is) |
| Quick and easy way to eat whitespace. | |
| template<typename _CharT, typename _Traits, typename _Alloc> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) |
| Read stream into a string. | |
| template<typename _CharT, typename _Traits, typename _Alloc> | |
| basic_istream< _CharT, _Traits > & | std::getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) |
| Read a line from stream into a string. | |
| template<typename _CharT, typename _Traits, typename _Alloc> | |
| basic_istream< _CharT, _Traits > & | std::getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) |
| Read a line from stream into a string. | |
Definition in file istream.tcc.
| #define _ISTREAM_TCC 1 |
Definition at line 41 of file istream.tcc.
1.4.7