Skip to content

ncarray::ViewArrayLike

template<class T>
concept= ArrayLike<T> &&
hd_std::is_base_of_v<ViewTag, typename hd_std::remove_cvref_t<T>::StoragePolicy>;

Determines an array that is a light-weight, non-owning, view of the data.