absl::operator+

Returns an iterator advanced by d positions.

Synopsis

Declared in <absl/types/any_span.h>

Iter
operator+(
    difference_type d,
    Iter i);

Return Value

The advanced iterator.

Parameters

NameDescription
dNumber of positions to advance.
iThe iterator to advance.