|
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 | |
Public Types inherited from asio::execution::detail::executor_index< T, executor_shape< T >::type > | |
| 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>.
1.8.13