Go to the source code of this file.
Namespaces | |
| namespace | std | 
Defines | |
| #define | _BASIC_STRING_TCC 1 | 
Functions | |
| template<typename _Type> | |
| bool | std::__is_null_pointer (_Type *__ptr) | 
| template<typename _Type> | |
| bool | std::__is_null_pointer (_Type) | 
| template<typename _CharT, typename _Traits, typename _Alloc> | |
| basic_string< _CharT, _Traits, _Alloc >  | std::operator+ (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) | 
| Concatenate C string and string.   | |
| template<typename _CharT, typename _Traits, typename _Alloc> | |
| basic_string< _CharT, _Traits, _Alloc >  | std::operator+ (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) | 
| Concatenate character and string.   | |
Definition in file basic_string.tcc.
| #define _BASIC_STRING_TCC 1 | 
Definition at line 44 of file basic_string.tcc.
 1.4.7