Skip to content

ncarray::ViewArrayLike

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

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