absl::operator!=

Compares a Cord with string data for inequality.

Synopsis

Declared in <absl/strings/cord.h>

bool
operator!=(
    Cord const& x,
    std::string_view y);

Return Value

true if the contents differ.

Parameters

NameDescription
xThe left-hand Cord.
yThe right-hand string data.