#include "tensorstore/util/element_pointer.h"
template <typename Element>
using tensorstore::SharedElementPointer =
   
 ElementPointer<Shared<Element>>;

Represents a pointer to array data with shared ownership.