-
#include "tensorstore/array.h"
-
template <typename Indices>
requires (!std::is_void_v<Element>) &&
IsCompatibleFullIndexVector<static_rank, Indices>
Element& tensorstore::
Array<ElementTagType, Rank, OriginKind, LayoutContainerKind>::
operator()(const Indices& indices) const; Returns a reference to the element at the specified indices.