libstdc++
basic_string.h File Reference

Go to the source code of this file.

Classes

class  std::basic_string< _CharT, _Traits, _Alloc >
 
struct  std::hash< string >
 
struct  std::hash< u16string >
 
struct  std::hash< u32string >
 
struct  std::hash< wstring >
 

Namespaces

namespace  std
 

Macros

#define __cpp_lib_string_udls
 

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)
 
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_istream< _CharT, _Traits > & std::getline (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
 
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<>
basic_istream< char > & std::getline (basic_istream< char > &__in, basic_string< char > &__str, char __delim)
 
template<>
basic_istream< wchar_t > & std::getline (basic_istream< wchar_t > &__in, basic_string< wchar_t > &__str, wchar_t __delim)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator!= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator!= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator!= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept
 
_GLIBCXX_DEFAULT_ABI_TAG basic_string< char > std::literals::operator""s (const char *__str, size_t __len)
 
_GLIBCXX_DEFAULT_ABI_TAG basic_string< char16_t > std::literals::operator""s (const char16_t *__str, size_t __len)
 
_GLIBCXX_DEFAULT_ABI_TAG basic_string< char32_t > std::literals::operator""s (const char32_t *__str, size_t __len)
 
_GLIBCXX_DEFAULT_ABI_TAG basic_string< wchar_t > std::literals::operator""s (const wchar_t *__str, size_t __len)
 
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ (_CharT __lhs, basic_string< _CharT, _Traits, _Alloc > &&__rhs)
 
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+ (basic_string< _CharT, _Traits, _Alloc > &&__lhs, _CharT __rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ (basic_string< _CharT, _Traits, _Alloc > &&__lhs, basic_string< _CharT, _Traits, _Alloc > &&__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ (basic_string< _CharT, _Traits, _Alloc > &&__lhs, const _CharT *__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ (basic_string< _CharT, _Traits, _Alloc > &&__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, 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_string< _CharT, _Traits, _Alloc > std::operator+ (const basic_string< _CharT, _Traits, _Alloc > &__lhs, _CharT __rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ (const basic_string< _CharT, _Traits, _Alloc > &__lhs, basic_string< _CharT, _Traits, _Alloc > &&__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
basic_string< _CharT, _Traits, _Alloc > std::operator+ (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator< (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator< (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator< (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept
 
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)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator<= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator<= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator<= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator== (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
 
template<typename _CharT >
__gnu_cxx::__enable_if< __is_char< _CharT >::__value, bool >::__type std::operator== (const basic_string< _CharT > &__lhs, const basic_string< _CharT > &__rhs) noexcept
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator== (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator== (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator> (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator> (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator> (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator>= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator>= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs)
 
template<typename _CharT , typename _Traits , typename _Alloc >
bool std::operator>= (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept
 
template<typename _CharT , typename _Traits , typename _Alloc >
basic_istream< _CharT, _Traits > & std::operator>> (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str)
 
template<>
basic_istream< char > & std::operator>> (basic_istream< char > &__is, basic_string< char > &__str)
 
template<typename _CharT , typename _Traits , typename _Alloc >
void std::swap (basic_string< _CharT, _Traits, _Alloc > &__lhs, basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept(/*conditional */)
 

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <string>.

Definition in file basic_string.h.

Macro Definition Documentation

◆ __cpp_lib_string_udls

#define __cpp_lib_string_udls

Definition at line 6817 of file basic_string.h.

Function Documentation

◆ operator""s() [1/4]

_GLIBCXX_DEFAULT_ABI_TAG basic_string< char > std::literals::string_literals::operator""s ( const char *  __str,
size_t  __len 
)
inline

Definition at line 6827 of file basic_string.h.

◆ operator""s() [2/4]

_GLIBCXX_DEFAULT_ABI_TAG basic_string< char16_t > std::literals::string_literals::operator""s ( const char16_t *  __str,
size_t  __len 
)
inline

Definition at line 6846 of file basic_string.h.

◆ operator""s() [3/4]

_GLIBCXX_DEFAULT_ABI_TAG basic_string< char32_t > std::literals::string_literals::operator""s ( const char32_t *  __str,
size_t  __len 
)
inline

Definition at line 6851 of file basic_string.h.

◆ operator""s() [4/4]

_GLIBCXX_DEFAULT_ABI_TAG basic_string< wchar_t > std::literals::string_literals::operator""s ( const wchar_t *  __str,
size_t  __len 
)
inline

Definition at line 6833 of file basic_string.h.