template<class T, class Traits = CharTraits<T>>
| int db::BasicString< T, Traits >::compare_case |
( |
const T * |
_buffer |
) |
const [inline] |
Compare this string with with _buffer.
- Parameters:
-
| _buffer | Buffer to compare against. |
- Returns:
- a negavite value when this string < _buffer
- zero when this string == _buffer
- a positive value when this string > _buffer