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