libstdc++
string File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Macros

#define __glibcxx_want_algorithm_default_value_type
 
#define __glibcxx_want_allocator_traits_is_always_equal
 
#define __glibcxx_want_constexpr_char_traits
 
#define __glibcxx_want_constexpr_string
 
#define __glibcxx_want_containers_ranges
 
#define __glibcxx_want_erase_if
 
#define __glibcxx_want_nonmember_container_access
 
#define __glibcxx_want_string_resize_and_overwrite
 
#define __glibcxx_want_string_udls
 
#define __glibcxx_want_to_string
 
#define _GLIBCXX_STRING
 

Typedefs

template<typename _CharT, typename _Traits = char_traits<_CharT>>
using std::pmr::basic_string
 
using std::pmr::string
 
using std::pmr::u16string
 
using std::pmr::u32string
 
using std::pmr::wstring
 

Detailed Description

This is a Standard C++ Library header.

Definition in file string.

Macro Definition Documentation

◆ __glibcxx_want_algorithm_default_value_type

#define __glibcxx_want_algorithm_default_value_type

Definition at line 59 of file string.

◆ __glibcxx_want_allocator_traits_is_always_equal

#define __glibcxx_want_allocator_traits_is_always_equal

Definition at line 60 of file string.

◆ __glibcxx_want_constexpr_char_traits

#define __glibcxx_want_constexpr_char_traits

Definition at line 61 of file string.

◆ __glibcxx_want_constexpr_string

#define __glibcxx_want_constexpr_string

Definition at line 62 of file string.

◆ __glibcxx_want_containers_ranges

#define __glibcxx_want_containers_ranges

Definition at line 63 of file string.

◆ __glibcxx_want_erase_if

#define __glibcxx_want_erase_if

Definition at line 64 of file string.

◆ __glibcxx_want_nonmember_container_access

#define __glibcxx_want_nonmember_container_access

Definition at line 65 of file string.

◆ __glibcxx_want_string_resize_and_overwrite

#define __glibcxx_want_string_resize_and_overwrite

Definition at line 66 of file string.

◆ __glibcxx_want_string_udls

#define __glibcxx_want_string_udls

Definition at line 67 of file string.

◆ __glibcxx_want_to_string

#define __glibcxx_want_to_string

Definition at line 68 of file string.

◆ _GLIBCXX_STRING

#define _GLIBCXX_STRING

Definition at line 34 of file string.

Typedef Documentation

◆ basic_string

template<typename _CharT, typename _Traits = char_traits<_CharT>>
using std::pmr::basic_string

Definition at line 78 of file string.

◆ string

Definition at line 80 of file string.

◆ u16string

Definition at line 84 of file string.

◆ u32string

Definition at line 85 of file string.

◆ wstring

Definition at line 86 of file string.