asio C++ library

PrevUpHomeNext

as_tuple_t::executor_with_default

Adapts an executor to add the as_tuple_t completion token as the default.

template<
    typename InnerExecutor>
struct executor_with_default
Types

Name

Description

default_completion_token_type

Specify as_tuple_t as the default completion token type.

Member Functions

Name

Description

executor_with_default [constructor]

Construct the adapted executor from the inner executor type.

Requirements

Header: asio/as_tuple.hpp

Convenience header: asio.hpp


PrevUpHomeNext