cuda::experimental::stf::shape_of< void_interface >#

template<>
class shape_of<void_interface> : public cuda::experimental::stf::shape_of<T>#

defines the shape of a void interface

Note that we specialize cuda::experimental::stf::shape_of to avoid ambiguous specialization

Public Functions

shape_of() = default#
shape_of(const shape_of&) = default#
inline shape_of(const void_interface&)#
inline size_t size() const#

Mandatory method : defined the total number of elements in the shape.