Clementine
List of all members
asio::execution::executor_index< T > Struct Template Reference

The executor_index trait detects the type used by an executor to represent an index within a bulk operation. More...

#include <executor.hpp>

Inheritance diagram for asio::execution::executor_index< T >:
Inheritance graph
[legend]
Collaboration diagram for asio::execution::executor_index< T >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from asio::execution::detail::executor_index< T, executor_shape< T >::type >
typedef executor_shape< T >::type type
 

Detailed Description

template<typename T>
struct asio::execution::executor_index< T >

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>.


The documentation for this struct was generated from the following file: