libstdc++
string File Reference

Go to the source code of this file.

Namespaces

namespace  std

Macros

#define __glibcxx_exc_in_string
#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_subview
#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_exc_in_string

#define __glibcxx_exc_in_string

Definition at line 43 of file string.

◆ __glibcxx_want_algorithm_default_value_type

#define __glibcxx_want_algorithm_default_value_type

Definition at line 68 of file string.

◆ __glibcxx_want_allocator_traits_is_always_equal

#define __glibcxx_want_allocator_traits_is_always_equal

Definition at line 69 of file string.

◆ __glibcxx_want_constexpr_char_traits

#define __glibcxx_want_constexpr_char_traits

Definition at line 70 of file string.

◆ __glibcxx_want_constexpr_string

#define __glibcxx_want_constexpr_string

Definition at line 71 of file string.

◆ __glibcxx_want_containers_ranges

#define __glibcxx_want_containers_ranges

Definition at line 72 of file string.

◆ __glibcxx_want_erase_if

#define __glibcxx_want_erase_if

Definition at line 73 of file string.

◆ __glibcxx_want_nonmember_container_access

#define __glibcxx_want_nonmember_container_access

Definition at line 74 of file string.

◆ __glibcxx_want_string_resize_and_overwrite

#define __glibcxx_want_string_resize_and_overwrite

Definition at line 75 of file string.

◆ __glibcxx_want_string_subview

#define __glibcxx_want_string_subview

Definition at line 76 of file string.

◆ __glibcxx_want_string_udls

#define __glibcxx_want_string_udls

Definition at line 77 of file string.

◆ __glibcxx_want_to_string

#define __glibcxx_want_to_string

Definition at line 78 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 88 of file string.

◆ string

Definition at line 90 of file string.

◆ u16string

Definition at line 94 of file string.

◆ u32string

Definition at line 95 of file string.

◆ wstring

Definition at line 96 of file string.