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
You've currently chosen the 1.89.0 version. If a newer release comes out, you will continue to view the 1.89.0 version, not the new latest release.
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