-
#include "tensorstore/util/element_pointer.h"
-
template <typename Source>
requires IsElementPointer<std::remove_cvref_t<Source>> &&
IsArrayBasePointerConvertible<
typename std::remove_cvref_t<Source>::Pointer,
Pointer>
tensorstore::ElementPointer<ElementTagType>::ElementPointer(
Source&& source); Constructs from a compatible
ElementPointer
type.