Typedef sdv::fixed_u32string#

Typedef Documentation#

template<size_t nFixedSize>
using sdv::fixed_u32string = string_base<char32_t, true, nFixedSize>#

String based on ‘char32_t’ data type covering UTF-32 character set.

Template Parameters:

nFixedSize – The fixed size of the string.