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.
typedef Function_vv2v<void> mln::Function_vv2v< land_not< L, R > >::category [inherited] |
Reimplemented from mln::Function< land_not< L, R > >.
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] |