-
#include "tensorstore/index_space/index_transform.h"
-
template <DimensionIndex InputRank,
DimensionIndex OutputRank,
ContainerKind CKind>
BoxView<InputRank> tensorstore::GetBoxDomainOf(
const IndexTransform<InputRank, OutputRank, CKind>& transform); Implements the HasBoxDomain concept for
IndexTransform
.