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