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