Template Function sdv::operator==(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft>&, const TCharType *)#
Defined in File string.h
Function Documentation#
-
template<typename TCharType, bool bUnicodeLeft, size_t nFixedSizeLeft>
bool sdv::operator==(const string_base<TCharType, bUnicodeLeft, nFixedSizeLeft> &rssLeft, const TCharType *szRight)# Compare two character sequences for equality.
- Template Parameters:
TCharType – The character type to use for the strings.
bUnicodeLeft – When set, the left string is a unicode string.
nFixedSizeLeft – Fixed size of the left string.
- Parameters:
rssLeft – [in] Reference to the left string.
szRight – [in] Pointer to the tero terminated right string.
- Returns:
Returns ‘true’ when the strings are equal; ‘false’ otherwise.