Equality operator

Synopsis

Declared in <beman/cstring_view/cstring_view.hpp>

constexpr
bool
operator==(
    basic_cstring_view x,
    basic_cstring_view y) noexcept;

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

x

The left operand

y

The right operand