[#bsl-basic_string-01d-compare-0de] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-01d.adoc[basic_string<char8_t>]::compare :relfileprefix: ../../ :mrdocs: Lexicographically compare this string with the specified `other` string, and return a negative value if this string is less than `other`, a positive value if it is greater than `other`, and 0 in case of equality. `CHAR_TRAITS::lt` is used to compare characters. See {Lexicographical Comparisons}. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int compare(xref:bsl/basic_string-0faf.adoc[basic_string<char8_t>] const& other) const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#