Template Function sdv::operator>=(const TCharType *, const string_base<TCharType, bUnicodeRight, nFixedSizeRight>&)#

Function Documentation#

template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight>
bool sdv::operator>=(const TCharType *szLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight)#

Compare whether the left character sequence is lexicograpgically smaller than or equal to the right character sequences.

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 left is larger than or equal to right; ‘false’ otherwise.