-
#include "tensorstore/array.h"
-
template <typename PointerType,
DimensionIndex Rank,
ArrayOriginKind OriginKind,
ContainerKind LayoutContainerKind>
BoxView<Rank> tensorstore::GetBoxDomainOf(
const Array<PointerType, Rank, OriginKind, LayoutContainerKind>&
array); Implements the HasBoxDomain concept for
Array
.