Public Types | Public Member Functions

mln::fun::vv2v::lor< L, R > Struct Template Reference

Functor computing logical-or between two values. More...

#include <lor.hh>

Inheritance diagram for mln::fun::vv2v::lor< L, R >:
Inheritance graph

List of all members.

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

Detailed Description

template<typename L, typename R = L>
struct mln::fun::vv2v::lor< L, R >

Functor computing logical-or between two values.

Definition at line 48 of file fun/vv2v/lor.hh.


Member Typedef Documentation

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]

Definition at line 173 of file object.hh.


Member Function Documentation

template<typename L , typename R = L>
typedef mln::fun::vv2v::lor< L, R >::mln_trait_op_or ( ,
 
)
template<typename L , typename 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.