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 2024. The current version is 1.89.0.
Inherited from execution::any_executor.
Obtain the underlying execution context.
automatically_determined context() const;
This function is provided for backward compatibility. It is automatically
defined when the SupportableProperties...
list includes a property of type execution::context_as<U>, for some type U.