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