Template Function sdv::MakeUtf8String(const std::basic_string<TCharType>&)#

Function Documentation#

template<typename TCharType>
u8string sdv::MakeUtf8String(const std::basic_string<TCharType> &rss)#

Create Utf-8 string by providing strings of other types.

Template Parameters:
  • TCharType – The character type to use for the strings.

  • nFixedSize – Size of the fixed size buffer or 0 for a dynamic sized buffer.

Parameters:

rss[in] Reference to the string.

Returns:

Returns the created string.