Typedef sdv::fixed_string#

Typedef Documentation#

template<size_t nFixedSize>
using sdv::fixed_string = string_base<char, false, nFixedSize>#

String based on ‘char’ data type covering ANSI and UTF-8 character set.

Template Parameters:

nFixedSize – The fixed size of the string.