-
#include "tensorstore/chunk_layout.h"
-
template <typename Expr>
requires (!IsIndexTransform<std::remove_cvref_t<Expr>>)
friend Result<ChunkLayout>
tensorstore::ChunkLayout::ApplyIndexTransform(
Expr&& expr,
ChunkLayout constraints); Transforms a
ChunkLayout
object by aDimExpression
.