-
#include "tensorstore/index_space/index_transform.h"
-
template <typename Array>
requires IsArray<Array>
IndexTransform<Array::static_rank, Array::static_rank>
tensorstore::IdentityTransformLike(const Array& array); Returns an identity transform over the input domain of an array.
The lower and upper bounds of the returned transform are explicit.