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

Function Documentation#

template<typename TCharType>
u16string sdv::MakeUtf16String(const std::basic_string<TCharType> &rss)#

Create Utf-16 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.