cuda::experimental::stf::shape_of< scalar_view< T > >#
-
template<typename T>
class shape_of<scalar_view<T>> : public cuda::experimental::stf::shape_of<T># defines the shape of a scalar interface
Note that we specialize cuda::experimental::stf::shape_of to avoid ambiguous specialization
Public Functions
-
shape_of() = default#
-
inline shape_of(const scalar_view<T>&)#
-
inline size_t size() const#
Mandatory method : defined the total number of elements in the shape.
-
shape_of() = default#