Return the result of comparing to another string

Synopsis

constexpr
int
compare(
    size_type pos1,
    size_type n1,
    char const* s) const;

Description

See core::string_view::compare