ncarray::ViewArrayLike
ncarray::ViewArrayLike
Section titled “ncarray::ViewArrayLike”Definition
Section titled “Definition”template<class T>concept= ArrayLike<T> && is_base_of_v<ViewTag, typename 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.