template<class T, class Traits = CharTraits<T>>
int db::BasicString< T, Traits >::compare_no_case ( const T *  _buffer,
int  _length 
) const [inline]

Compare this string with with _buffer, which will be treated as though its size is _length.

Case is ignored.

Parameters:
_buffer Buffer to compare against.
_length Number of character to compare.
Returns:
  • a negavite value when this string < _buffer
  • zero when this string == _buffer
  • a positive value when this string > _buffer
See also:
compare_case


Copyright © 2005-2008 ITTIA®. All rights reserved.