Type Definition widestring::WideCStr [−][src]
type WideCStr = UCStr<WideChar>;
Alias for U16CStr
or U32CStr
depending on platform. Intended to match typical C wchar_t
size on platform.
type WideCStr = UCStr<WideChar>;
Alias for U16CStr
or U32CStr
depending on platform. Intended to match typical C wchar_t
size on platform.