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


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