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

The executor_shape trait detects the type used by an executor to represent the shape of a bulk operation. More...

#include <executor.hpp>

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

Additional Inherited Members

- Public Types inherited from asio::execution::detail::executor_shape< T >
typedef std::size_t type
 

Detailed Description

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

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.


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