#include "tensorstore/util/element_pointer.h" template <typename T>constexpr bool tensorstore::IsNonVoidArrayBasePointer; bool-valued metafunction that evaluates to true if T is Element* or std::shared_ptr<Element>, where Element is non-void.