Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

execution::bulk_guarantee_t::sequenced_t

A sub-property that indicates that execution agents within the same bulk execution may not be parallelised and vectorised.

struct sequenced_t
Types

Name

Description

polymorphic_query_result_type

The type returned by queries against an any_executor.

Member Functions

Name

Description

sequenced_t [constructor]

Default constructor.

value [static]

Get the value associated with a property object.

Data Members

Name

Description

is_applicable_property_v [static]

The bulk_guarantee_t::sequenced_t property applies to executors, senders, and schedulers.

is_preferable [static]

The bulk_guarantee_t::sequenced_t property can be preferred.

is_requirable [static]

The bulk_guarantee_t::sequenced_t property can be required.

Requirements

Header: boost/asio/execution/bulk_guarantee.hpp

Convenience header: boost/asio/execution.hpp


PrevUpHomeNext