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 77 of file stringfwd.h.
typedef basic_string<char16_t> std::u16string |
A string of char16_t
.
Definition at line 89 of file stringfwd.h.
typedef basic_string<char32_t> std::u32string |
A string of char32_t
.
Definition at line 92 of file stringfwd.h.
typedef basic_string<wchar_t> std::wstring |
A string of wchar_t
.
Definition at line 80 of file stringfwd.h.