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

Name

Description

d

Number of positions to advance.

i

The iterator to advance.

Created with MrDocs