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