Functor computing logical and-not between two values. More...
#include <land_not.hh>

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 |
Functor computing logical and-not between two values.
Definition at line 49 of file land_not.hh.
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] |
| typedef mln::fun::vv2v::land_not< L, R >::mln_trait_op_and | ( | L | , | |
| mln_trait_op_not(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.
1.7.1