Realistic 3D camera system
3D camera system components
|
Default handler type traits provided for all handlers. More...
#include <handler_type.hpp>
Public Types | |
typedef Handler | type |
The handler type for the specific signature. More... | |
Default handler type traits provided for all handlers.
The handler_type traits class is used for determining the concrete handler type to be used for an asynchronous operation. It allows the handler type to be determined at the point where the specific completion handler signature is known.
This template may be specialised for user-defined handler types.
Definition at line 34 of file handler_type.hpp.
typedef Handler asio::handler_type< Handler, Signature >::type |
The handler type for the specific signature.
Definition at line 37 of file handler_type.hpp.