-
#include "tensorstore/strided_layout.h"
-
template <typename Indices>
requires IsCompatiblePartialIndexVector<static_rank, Indices>
Index tensorstore::StridedLayout<Rank, OriginKind, CKind>::operator[](
const Indices& indices) const; -
template <typename IndexType, size_t N>
requires IsCompatiblePartialIndexVector<static_rank,
const IndexType (&)[N]>
Index tensorstore::StridedLayout<Rank, OriginKind, CKind>::operator[](
const IndexType (&indices)[N]) const; Returns the byte offset corresponding to a list of
N <= rank()
indices into the layout.