-
#include "tensorstore/util/element_pointer.h" - using tensorstore::ElementPointer<ElementTagType>::Pointer;
Underlying data pointer type, either
Element*orstd::shared_ptr<Element>.
#include "tensorstore/util/element_pointer.h"Underlying data pointer type, either Element* or
std::shared_ptr<Element>.