Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::compare (1 of 9 overloads)

Compare the string with another.

Synopsis
template<
    std::size_t M>
BOOST_STATIC_STRING_CPP14_CONSTEXPR int
compare(
    const basic_static_string< M, CharT, Traits >& s) const;
Description

Compares this string to s.


PrevUpHomeNext