basic_string.tcc File Reference
Go to the source code of this file.
Namespaces
Defines
-
#define _BASIC_STRING_TCC
Functions
- 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)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_string< _CharT, _Traits,
_Alloc > std::operator+ (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_string< _CharT, _Traits,
_Alloc > std::operator+ (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
- template<typename _CharT , typename _Traits , typename _Alloc > basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
Detailed Description
This is an internal header file, included by other library headers. You should not attempt to use it directly.
Definition in file basic_string.tcc.