-
#include "tensorstore/index_space/transformed_array.h"
-
template <typename ElementTagType,
DimensionIndex Rank,
ContainerKind LayoutCKind>
BoxView<Rank> tensorstore::GetBoxDomainOf(
const TransformedArray<ElementTagType, Rank, LayoutCKind>& array); Implements the
HasBoxDomain
concept forTransformedArray
.