Clementine
|
The executor_shape trait detects the type used by an executor to represent the shape of a bulk operation. More...
#include <executor.hpp>
Additional Inherited Members | |
![]() | |
typedef std::size_t | type |
The executor_shape trait detects the type used by an executor to represent the shape of a bulk operation.
Class template executor_shape
is a type trait with a nested type alias type
whose type is T::shape_type
if T::shape_type
is valid, otherwise std::size_t
.