#include <locale>Go to the source code of this file.
Namespaces | |
| namespace | std |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__out, _CharT __c) |
| Character inserters. | |
| template<class _Traits> | |
| basic_ostream< char, _Traits > & | std::operator<< (basic_ostream< char, _Traits > &__out, char __c) |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) |
| String inserters. | |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__out, const char *__s) |
| template<class _Traits> | |
| basic_ostream< char, _Traits > & | std::operator<< (basic_ostream< char, _Traits > &__out, const char *__s) |
Defines | |
| #define | _OSTREAM_TCC 1 |
Functions | |
| template<typename _CharT, typename _Traits, typename _Alloc> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__str) |
| Write string to a stream. | |
Definition in file ostream.tcc.
| #define _OSTREAM_TCC 1 |
Definition at line 41 of file ostream.tcc.
1.4.7