Realistic 3D camera system
3D camera system components
|
#include <async_result.hpp>
Public Member Functions | |
async_result_init (ASIO_MOVE_ARG(Handler) orig_handler) | |
Public Attributes | |
handler_type< Handler, Signature >::type | handler |
async_result< typename handler_type< Handler, Signature >::type > | result |
Definition at line 57 of file async_result.hpp.
|
inlineexplicit |
Definition at line 59 of file async_result.hpp.
handler_type<Handler, Signature>::type asio::detail::async_result_init< Handler, Signature >::handler |
Definition at line 65 of file async_result.hpp.
async_result<typename handler_type<Handler, Signature>::type> asio::detail::async_result_init< Handler, Signature >::result |
Definition at line 66 of file async_result.hpp.