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