-
#include "tensorstore/data_type.h"
-
template <typename SourceRef, typename TargetElement>
using tensorstore::RebindDataType; Evaluates to a type similar to
SourceRef
but with a static data type ofTargetElement
.Supported types include
ElementPointer
,Array
,TransformedArray
,TensorStore
.