-
#include "tensorstore/tensorstore.h"
-
template <ReadWriteMode TargetMode,
CastChecking Checking = CastChecking::checked,
typename SourceRef>
StaticCastResultType<RebindMode<SourceRef, TargetMode>,
SourceRef,
Checking>
tensorstore::ModeCast(SourceRef&& source); Casts
source
to have a staticReadWriteMode
ofTargetMode
.