Realistic 3D camera system
3D camera system components
Public Types | List of all members
asio::handler_type< use_future_t< Allocator >, ReturnType(asio::error_code, Arg2)> Struct Template Reference

#include <use_future.hpp>

Public Types

typedef detail::promise_handler< Arg2 > type
 

Detailed Description

template<typename Allocator, typename ReturnType, typename Arg2>
struct asio::handler_type< use_future_t< Allocator >, ReturnType(asio::error_code, Arg2)>

Definition at line 160 of file use_future.hpp.

Member Typedef Documentation

template<typename Allocator , typename ReturnType , typename Arg2 >
typedef detail::promise_handler<Arg2> asio::handler_type< use_future_t< Allocator >, ReturnType(asio::error_code, Arg2)>::type

Definition at line 163 of file use_future.hpp.


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