OwningArrayLike
OwningArrayLike
Section titled “OwningArrayLike”#include <ncarray/array_traits.hh>template<typename T>concept OwningArrayLikeDefined in src/lib/ncarray/array_traits.hh:113
Determines an array that owns (i.e., allocated space for) the data it describes.