Compares two spans for element‐wise equality.

Synopsis

Declared in <absl/types/any_span.h>

bool
operator==(
    AnySpan a,
    AnySpan b);

Return Value

true if the spans have equal elements.

Parameters

Name

Description

a

The left operand.

b

The right operand.

Created with MrDocs