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 a snapshot of the develop branch, built from commit 0d1ff7cb09.
PrevUpHomeNext

execution::any_executor::context

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.


PrevUpHomeNext