-
#include "tensorstore/array.h"
-
using tensorstore::Array<ElementTagType,
Rank,
OriginKind,
LayoutContainerKind>::Pointer =
typename ElementPointer::Pointer; Stored data pointer, either
Element*
orstd::shared_ptr<Element>
.
#include "tensorstore/array.h"
Stored data pointer, either Element*
or std::shared_ptr<Element>
.