Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::compare (4 of 9 overloads)

Compare the string with another.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR int
compare(
    const_pointer s) const;
Description

Compares this string to the null-terminated character sequence beginning at the character pointed to by s with length traits_type::length(s).


PrevUpHomeNext