Realistic 3D camera system
3D camera system components
Public Member Functions | Public Attributes | List of all members
asio::detail::async_result_init< Handler, Signature > Struct Template Reference

#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
 

Detailed Description

template<typename Handler, typename Signature>
struct asio::detail::async_result_init< Handler, Signature >

Definition at line 57 of file async_result.hpp.

Constructor & Destructor Documentation

template<typename Handler , typename Signature >
asio::detail::async_result_init< Handler, Signature >::async_result_init ( ASIO_MOVE_ARG(Handler)  orig_handler)
inlineexplicit

Definition at line 59 of file async_result.hpp.

Member Data Documentation

template<typename Handler , typename Signature >
handler_type<Handler, Signature>::type asio::detail::async_result_init< Handler, Signature >::handler

Definition at line 65 of file async_result.hpp.

template<typename Handler , typename Signature >
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.


The documentation for this struct was generated from the following file: