Returns an iterator moved back by d positions.

Synopsis

Declared in <absl/types/any_span.h>

Iter
operator‐(difference_type d) const;

Return Value

The moved iterator.

Parameters

Name

Description

d

Number of positions to move back.

Created with MrDocs