-
#include "tensorstore/util/span.h"
-
constexpr iterator
tensorstore::span<T, Extent>::begin() const noexcept; - constexpr iterator tensorstore::span<T, Extent>::end() const noexcept;
-
constexpr const_iterator
tensorstore::span<T, Extent>::cbegin() const noexcept; -
constexpr const_iterator
tensorstore::span<T, Extent>::cend() const noexcept; Returns begin/end iterators.