Follow this link to skip to the main content

claraty::cl_binary_function< arg1, arg2, res > Struct Template Reference

#include <functor.h>

List of all members.

Public Types

typedef arg1 first_argument_type
typedef arg2 second_argument_type
typedef res result_type


Detailed Description

template<class arg1, class arg2, class res>
struct claraty::cl_binary_function< arg1, arg2, res >

Definition at line 60 of file functor.h.


Member Typedef Documentation

template<class arg1, class arg2, class res>
typedef arg1 claraty::cl_binary_function< arg1, arg2, res >::first_argument_type

Definition at line 61 of file functor.h.

template<class arg1, class arg2, class res>
typedef arg2 claraty::cl_binary_function< arg1, arg2, res >::second_argument_type

Definition at line 62 of file functor.h.

template<class arg1, class arg2, class res>
typedef res claraty::cl_binary_function< arg1, arg2, res >::result_type

Definition at line 63 of file functor.h.


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