-
#include "tensorstore/util/span.h"
-
constexpr span<element_type, dynamic_extent>
tensorstore::span<T, Extent>::subspan(
ptrdiff_t offset,
ptrdiff_t count = dynamic_extent) const; Returns a dynamic extent subspan from the starting
offset
and specifiedcount
.