#include "tensorstore/util/byte_strided_pointer.h" template <typename U = T>U& tensorstore::ByteStridedPointer<T>::operator*() const; Dereferences the raw pointer. This is a template solely to avoid compilation errors when T is void.