![]()  | 
        A call wrapper type to bind a immediate executor of type Executor
        to an object of type T.
      
template< typename T, typename Executor> class immediate_executor_binder
| 
                 Name  | 
                 Description  | 
|---|---|
| 
                 The type of the function's argument.  | 
|
| 
                 The type of the function's first argument.  | 
|
| 
                 The type of the associated immediate executor.  | 
|
| 
                 The return type if a function.  | 
|
| 
                 The type of the function's second argument.  | 
|
| 
                 The type of the target object.  | 
| 
                 Name  | 
                 Description  | 
|---|---|
| 
                 Obtain a reference to the target object.  | 
|
| 
                 Obtain the associated immediate executor.  | 
|
| 
                 immediate_executor_binder [constructor]  | 
                 
                  Construct a immediate executor wrapper for the specified object.
                    | 
| 
                 ~immediate_executor_binder [destructor]  | 
                 Destructor.  | 
        Header: asio/bind_immediate_executor.hpp
      
        Convenience header: asio.hpp