Public Types | Public Member Functions

mln::fun::vv2b::le< L, R > Struct Template Reference

Functor computing "lower or equal than" between two values. More...

#include <le.hh>

Inheritance diagram for mln::fun::vv2b::le< L, R >:
Inheritance graph

List of all members.

Public Types

typedef Function_vv2b< void > category
typedef le< L, R > exact_t
typedef bool result

Public Member Functions

bool operator() (const L &v1, const R &v2) const

Detailed Description

template<typename L, typename R = L>
struct mln::fun::vv2b::le< L, R >

Functor computing "lower or equal than" between two values.

Definition at line 48 of file le.hh.


Member Typedef Documentation

typedef Function_vv2b<void> mln::Function_vv2b< le< L, R > >::category [inherited]

Reimplemented from mln::Function< le< L, R > >.

Definition at line 205 of file function.hh.

typedef le< L, R > mln::Object< le< L, R > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef bool mln::Function_vv2b< le< L, R > >::result [inherited]

Definition at line 204 of file function.hh.


Member Function Documentation

template<typename L , typename R >
bool mln::fun::vv2b::le< L, R >::operator() ( const L &  v1,
const R &  v2 
) const [inline]

Definition at line 59 of file le.hh.