$extrastylesheet
#include <mln/fun/vv2v/land_not.hh>
Public Member Functions | |
| typedef | mln_trait_op_and (L, mln_trait_op_not(R)) result |
| result | operator() (const L &v1, const R &v2) const |
Public Types | |
| typedef Function_vv2v< void > | category |
| typedef land_not< L, R > | exact_t |
Functor computing logical and-not between two values.
Definition at line 49 of file land_not.hh.
| typedef mln::fun::vv2v::land_not< L, R >::mln_trait_op_and | ( | L | , |
| mln_trait_op_not(R) | |||
| ) |
| result mln::fun::vv2v::land_not< L, R >::operator() | ( | const L & | v1, |
| const R & | v2 | ||
| ) | const |
|
inherited |
Definition at line 191 of file function.hh.