Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::asio::handler_type< ReturnType(Arg1, Arg2, Arg3, Arg4), Signature > Struct Template Reference

#include <handler_type.hpp>

Inheritance diagram for boost::asio::handler_type< ReturnType(Arg1, Arg2, Arg3, Arg4), Signature >:
Collaboration diagram for boost::asio::handler_type< ReturnType(Arg1, Arg2, Arg3, Arg4), Signature >:

Public Types

typedef ReturnType(*)(Arg1,
Arg2, Arg3, Arg4) 
type
 The handler type for the specific signature. More...
 

Member Typedef Documentation

typedef ReturnType(*)(Arg1, Arg2, Arg3, Arg4) boost::asio::handler_type< ReturnType(*)(Arg1, Arg2, Arg3, Arg4) , Signature >::type
inherited

The handler type for the specific signature.


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