claraty::cl_max_op< N > Struct Template Reference
#include <functor.h>
Inheritance diagram for claraty::cl_max_op< N >:


Public Types | |
| typedef N | first_argument_type |
| typedef N | second_argument_type |
| typedef N | result_type |
Public Member Functions | |
| N | operator() (const N &lhs, const N &rhs) const |
Detailed Description
template<class N>
struct claraty::cl_max_op< N >
Definition at line 163 of file functor.h.
Member Typedef Documentation
typedef N claraty::cl_binary_function< N , N , N >::first_argument_type [inherited] |
typedef N claraty::cl_binary_function< N , N , N >::second_argument_type [inherited] |
typedef N claraty::cl_binary_function< N , N , N >::result_type [inherited] |
Member Function Documentation
template<class N>
| N claraty::cl_max_op< N >::operator() | ( | const N & | lhs, | |
| const N & | rhs | |||
| ) | const [inline] |
The documentation for this struct was generated from the following file: