Follow this link to skip to the main content

claraty::cl_lessthan_equal_op< N > Struct Template Reference

#include <functor.h>

Inheritance diagram for claraty::cl_lessthan_equal_op< N >:

Inheritance graph
[legend]
Collaboration diagram for claraty::cl_lessthan_equal_op< N >:

Collaboration graph
[legend]
List of all members.

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_equal_op< N >

Definition at line 258 of file functor.h.


Member Typedef Documentation

typedef N claraty::cl_binary_function< N , N , bool >::first_argument_type [inherited]

Definition at line 61 of file functor.h.

typedef N claraty::cl_binary_function< N , N , bool >::second_argument_type [inherited]

Definition at line 62 of file functor.h.

typedef bool claraty::cl_binary_function< N , N , bool >::result_type [inherited]

Definition at line 63 of file functor.h.


Member Function Documentation

template<class N>
bool claraty::cl_lessthan_equal_op< N >::operator() ( const N &  lhs,
const N &  rhs 
) const [inline]

Definition at line 259 of file functor.h.

00259 { return lhs <= rhs; }


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