Synopses

Declared in <beman/cstring_view/cstring_view.hpp>

constexpr
int
compare(std::basic_string_view<charT, traits> s) const noexcept;
constexpr
int
compare(charT const* s) const;
constexpr
int
compare(
    size_type pos1,
    size_type n1,
    basic_cstring_view s) const;
constexpr
int
compare(
    size_type pos1,
    size_type n1,
    charT const* s) const;
constexpr
int
compare(
    size_type pos1,
    size_type n1,
    charT const* s,
    size_type n2) const;
constexpr
int
compare(
    size_type pos1,
    size_type n1,
    basic_cstring_view s,
    size_type pos2,
    size_type n2) const;