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.
Definition at line 48 of file fun/vv2v/lor.hh.
typedef Function_vv2v<void> mln::Function_vv2v< lor< L, R > >::category [inherited] |
Reimplemented from mln::Function< lor< L, R > >.
Definition at line 179 of file function.hh.
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] |
Definition at line 60 of file fun/vv2v/lor.hh.
1.7.1