-
#include "tensorstore/array.h"
-
Element* tensorstore::Array<ElementTagType,
Rank,
OriginKind,
LayoutContainerKind>::data() const; Returns a raw pointer to the element of the array at the zero index vector.
Warning
If
origin()
is non-zero, the returned pointer may not point to the origin of the array, and may even point to an out-of-bounds location.