$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::vv2b::implies< L, R > Struct Template Reference

#include <mln/fun/vv2b/implies.hh>

Public Member Functions

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

Public Types

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

Detailed Description

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

Functor computing logical-implies between two values.

Definition at line 48 of file implies.hh.

Member Function Documentation

template<typename L , typename R = L>
bool mln::fun::vv2b::implies< L, R >::operator() ( const L &  v1,
const R &  v2 
) const

Member Typedef Documentation

typedef Function_vv2b<void> mln::Function_vv2b< implies< L, R > >::category
inherited

Definition at line 219 of file function.hh.

typedef implies< L, R > mln::Object< implies< L, R > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef bool mln::Function_vv2b< implies< L, R > >::result
inherited

Definition at line 218 of file function.hh.