libstdc++
|
Typedefs | |
typedef basic_string< char > | std::string |
typedef basic_string< char16_t > | std::u16string |
typedef basic_string< char32_t > | std::u32string |
typedef basic_string< wchar_t > | std::wstring |
typedef basic_string<char> std::string |
A string of char
.
Definition at line 79 of file stringfwd.h.
typedef basic_string<char16_t> std::u16string |
A string of char16_t
.
Definition at line 91 of file stringfwd.h.
typedef basic_string<char32_t> std::u32string |
A string of char32_t
.
Definition at line 94 of file stringfwd.h.
typedef basic_string<wchar_t> std::wstring |
A string of wchar_t
.
Definition at line 82 of file stringfwd.h.