Public Types | Public Member Functions

mln::fun::vv2v::land_not< L, R > Struct Template Reference

Functor computing logical and-not between two values. More...

#include <land_not.hh>

Inheritance diagram for mln::fun::vv2v::land_not< L, R >:
Inheritance graph

List of all members.

Public Types

typedef Function_vv2v< void > category
typedef land_not< L, R > exact_t

Public Member Functions

typedef mln_trait_op_and (L, mln_trait_op_not(R)) result
result operator() (const L &v1, const R &v2) const

Detailed Description

template<typename L, typename R = L>
struct mln::fun::vv2v::land_not< L, R >

Functor computing logical and-not between two values.

Definition at line 49 of file land_not.hh.


Member Typedef Documentation

typedef Function_vv2v<void> mln::Function_vv2v< land_not< L, R > >::category [inherited]

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

Definition at line 179 of file function.hh.

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

Definition at line 173 of file object.hh.


Member Function Documentation

template<typename L , typename R = L>
typedef mln::fun::vv2v::land_not< L, R >::mln_trait_op_and ( ,
mln_trait_op_not(R)   
)
template<typename L , typename R >
land_not< L, R >::result mln::fun::vv2v::land_not< L, R >::operator() ( const L &  v1,
const R &  v2 
) const [inline]

Definition at line 61 of file land_not.hh.