Classes | Typedefs

Strings

Collaboration diagram for Strings:

Classes

Typedefs


Typedef Documentation

typedef basic_string<char> std::string

A string of char.

Definition at line 63 of file stringfwd.h.

typedef basic_string<char16_t> std::u16string

A string of char16_t.

Definition at line 77 of file stringfwd.h.

typedef basic_string<char32_t> std::u32string

A string of char32_t.

Definition at line 78 of file stringfwd.h.

typedef basic_string<wchar_t> std::wstring

A string of wchar_t.

Definition at line 68 of file stringfwd.h.