Typedef sdv::fixed_wstring#
Defined in File string.h
Typedef Documentation#
-
template<size_t nFixedSize>
using sdv::fixed_wstring = string_base<wchar_t, true, nFixedSize># String based on ‘wchar_t’ data type covering UTF-16 (on Windows) and UTF-32 (on Linux) character set.
- Template Parameters:
nFixedSize – The fixed size of the string.