Typedef sdv::fixed_u16string#

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.