-
#include "tensorstore/strided_layout.h"
-
template <DimensionIndex Rank,
ArrayOriginKind OriginKind,
ContainerKind CKind>
BoxView<Rank> tensorstore::GetBoxDomainOf(
const StridedLayout<Rank, OriginKind, CKind>& layout); Implements the HasBoxDomain concept for
StridedLayout
.