-
#include "tensorstore/strided_layout.h" -
template <typename... IndexType>
requires IsCompatibleFullIndexPack<static_rank, IndexType...>
Index tensorstore::StridedLayout<Rank, OriginKind, CKind>::operator()(
IndexType... index) const; Returns
(*this)({index...}), or0ifindexis an empty pack.