ncarray::HasData
ncarray::HasData
Section titled “ncarray::HasData”Definition
Section titled “Definition”template<typename T>concept= requires(const T arr) { { arr.data() } -> convertible_to<const void*>; };Detailed Description
Section titled “Detailed Description”Determines an object that has exists over some data.