asio C++ library

PrevUpHomeNext

execution::blocking_adaptation_t::allowed_t

A sub-property that indicates that automatic adaptation is allowed.

struct allowed_t
Types

Name

Description

polymorphic_query_result_type

The type returned by queries against an any_executor.

Member Functions

Name

Description

allowed_t [constructor]

Default constructor.

value [static]

Get the value associated with a property object.

Data Members

Name

Description

is_applicable_property_v [static]

The blocking_adaptation_t::allowed_t property applies to executors, senders, and schedulers.

is_preferable [static]

The blocking_adaptation_t::allowed_t property can be preferred.

is_requirable [static]

The blocking_adaptation_t::allowed_t property can be required.

Requirements

Header: asio/execution/blocking_adaptation.hpp

Convenience header: asio/execution.hpp


PrevUpHomeNext