Compares two spans for inequality.
Synopsis
Declared in <absl/types/span.h>
template<typename T>
constexpr
bool
operator!=(
Span<T> a,
Span<T const> b);
Return Value
true if the spans differ.
Parameters
Name |
Description |
a |
The left operand. |
b |
The right operand. |
Created with MrDocs