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 version of Boost is under active development. You are currently in the develop branch. The current version is 1.90.0.
An executor that always executes the function object inline.
template< typename InlineExceptionHandling> class basic_inline_executor
|
Name |
Description |
|---|---|
|
basic_inline_executor [constructor] |
Default constructor. |
|
Execution function. |
|
|
query [static] |
Query the current value of the mapping property. |
|
Obtain an executor with the inline_exception_handling.propagate
property. |
|
Name |
Description |
|---|---|
|
Compare two executors for inequality. |
|
|
Compare two executors for equality. |
Header: boost/asio/inline_executor.hpp
Convenience header: boost/asio.hpp