ncarray::ViewArrayLike
ncarray::ViewArrayLike
Section titled “ncarray::ViewArrayLike”Definition
Section titled “Definition”template<class T>concept= ArrayLike<T> && hd_std::is_base_of_v<ViewTag, typename hd_std::remove_cvref_t<T>::StoragePolicy>;Detailed Description
Section titled “Detailed Description”Determines an array that is a light-weight, non-owning, view of the data.