-
#include "tensorstore/util/element_pointer.h"
-
template <typename Source>
requires std::is_constructible_v<ElementPointer, Source&&>
ElementPointer&
tensorstore::ElementPointer<ElementTagType>::operator=(
Source&& source); Assigns from a
nullptr
, pointer type, orElementPointer
type.