Lexicographically compare this string with another sequence.

Synopsis

Declared in <bslstl_string.h>

int
compare(CHAR_TYPE const* other) const;

Return Value

negative, zero, or positive according to the lexicographic order

Parameters

Name

Description

other

string or character sequence to compare or use

Created with MrDocs