Functor computing logical-and between two values. More...
#include <land.hh>
Public Types | |
typedef Function_vv2v< void > | category |
typedef land< L, R > | exact_t |
Public Member Functions | |
typedef | mln_trait_op_and (L, R) result |
result | operator() (const L &v1, const R &v2) const |
Functor computing logical-and between two values.
typedef Function_vv2v<void> mln::Function_vv2v< land< L, R > >::category [inherited] |
Reimplemented from mln::Function< land< L, R > >.
typedef land< L, R > mln::Object< land< L, R > >::exact_t [inherited] |
typedef mln::fun::vv2v::land< L, R >::mln_trait_op_and | ( | L | , | |
R | ||||
) |
land< L, R >::result mln::fun::vv2v::land< L, R >::operator() | ( | const L & | v1, | |
const R & | v2 | |||
) | const [inline] |