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