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 an older version of Boost and was released in 2022. The current version is 1.89.0.
Polymorphic executor wrapper.
template< typename... SupportableProperties> class any_executor
|
Name |
Description |
|---|---|
|
any_executor [constructor] |
Default constructor. |
|
Obtain the underlying execution context. |
|
|
Execute the function on the target executor. |
|
|
Determine whether the wrapper has a target executor. |
|
|
Assignment operator. |
|
|
Obtain a polymorphic wrapper with the specified property. |
|
|
Obtain the value associated with the specified property. |
|
|
Obtain a polymorphic wrapper with the specified property. |
|
|
Swap targets with another polymorphic wrapper. |
|
|
Get a pointer to the target executor. |
|
|
Get the type of the target executor. |
|
|
~any_executor [destructor] |
Destructor. |
|
Name |
Description |
|---|---|
|
Inequality operator. |
|
|
Equality operator. |
Header: boost/asio/execution/any_executor.hpp
Convenience header: boost/asio/execution.hpp