Template Function sdv::MakeUtf8String(const string_base<TCharType, bUnicode, nFixedSize>&)#
Defined in File string.h
Function Documentation#
-
template<typename TCharType, bool bUnicode, size_t nFixedSize>
u8string sdv::MakeUtf8String(const string_base<TCharType, bUnicode, nFixedSize> &rss)# Create Utf-8 string by providing strings of other types.
- Template Parameters:
TCharType – The character type to use for the strings.
bUnicode – When set, the string is a unicode string.
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.