Returns the element at index i.
Synopsis
Declared in <absl/types/any_span.h>
decltype(std::declval<Iter>()[0])
operator[](std::size_t i) const;
Return Value
The element at index i.
Parameters
Name |
Description |
i |
Index of the element to access. |
Created with MrDocs