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
A call wrapper type to bind an executor of type Executor to
an object of type T.
template<
typename T,
typename Executor>
class executor_binder
|
Name |
Description |
|---|---|
|
The type of the function's argument. |
|
|
The type of the associated executor. |
|
|
The type of the function's first argument. |
|
|
The return type if a function. |
|
|
The type of the function's second argument. |
|
|
The type of the target object. |
|
Name |
Description |
|---|---|
|
Construct an executor wrapper for the specified object. |
|
|
Obtain a reference to the target object. |
|
|
Obtain the associated executor. |
|
|
Destructor. |
Header: boost/asio/bind_executor.hpp
Convenience header: boost/asio.hpp