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