Type Definition widestring::WideStr [−][src]
type WideStr = UStr<WideChar>;
Alias for U16Str
or U32Str
depending on platform. Intended to match typical C wchar_t
size on platform.
type WideStr = UStr<WideChar>;
Alias for U16Str
or U32Str
depending on platform. Intended to match typical C wchar_t
size on platform.