Type Definition widestring::WideString [−][src]
type WideString = UString<WideChar>;
Alias for U16String
or U32String
depending on platform. Intended to match typical C wchar_t
size on platform.
type WideString = UString<WideChar>;
Alias for U16String
or U32String
depending on platform. Intended to match typical C wchar_t
size on platform.