-
#include "tensorstore/index_space/index_domain.h"
-
template <typename Transformable>
auto tensorstore::IndexDomain<Rank, CKind>::operator()(
Transformable&& transformable) const; Applies the slicing operation defined by the overload of
operator()
defined above to an object with an associated index space that supportsApplyIndexTransform
.