Template Function sdv::MakeUtf32String(const std::basic_string<TCharType>&)#
Defined in File string.h
Function Documentation#
-
template<typename TCharType>
u32string sdv::MakeUtf32String(const std::basic_string<TCharType> &rss)# Create Utf-32 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.