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

#include <spawn.hpp>

Public Types

typedef detail::coro_handler< Handler, Arg2 > type
 

Detailed Description

template<typename Handler, typename ReturnType, typename Arg2>
struct asio::handler_type< basic_yield_context< Handler >, ReturnType(asio::error_code, Arg2)>

Definition at line 169 of file spawn.hpp.

Member Typedef Documentation

template<typename Handler , typename ReturnType , typename Arg2 >
typedef detail::coro_handler<Handler, Arg2> asio::handler_type< basic_yield_context< Handler >, ReturnType(asio::error_code, Arg2)>::type

Definition at line 172 of file spawn.hpp.


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