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