#include "tensorstore/util/byte_strided_pointer.h"
template <typename U = T>
Utensorstore::ByteStridedPointer<T>::operator*() const;

Dereferences the raw pointer.

This is a template solely to avoid compilation errors when T is void.