-
#include "tensorstore/tensorstore.h" -
template <typename SourceRef, ReadWriteMode TargetMode>
using tensorstore::RebindMode; Evaluates to a type similar to
SourceRefbut with aReadWriteModeofTargetMode.
#include "tensorstore/tensorstore.h"Evaluates to a type similar to SourceRef but with a ReadWriteMode of
TargetMode.