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