Adapts a pair of iterators into a container‐like object for AnySpan.
Synopsis
Declared in <absl/types/any_span.h>
template<typename Iter>
class Range;
Description
Useful when faced with a range or view of random access iterators. Iter must be a valid random access iterator.
Member Functions
Name |
Description |
|
Constructs a range over |
Returns the element at index |
|
Returns the number of elements in the range. |
Non-Member Functions
Name |
Description |
Returns a |
|
Returns a |
Created with MrDocs