Public Types | Public Member Functions

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

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

#include <lxor.hh>

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

List of all members.

Public Types

typedef Function_vv2v< void > category
typedef lxor< 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::lxor< L, R >

Functor computing logical-xor between two values.

Definition at line 48 of file lxor.hh.


Member Typedef Documentation

typedef Function_vv2v<void> mln::Function_vv2v< lxor< L, R > >::category [inherited]

Reimplemented from mln::Function< lxor< L, R > >.

Definition at line 179 of file function.hh.

typedef lxor< L, R > mln::Object< lxor< 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::lxor< L, R >::mln_trait_op_or ( ,
 
)
template<typename L , typename R >
lxor< L, R >::result mln::fun::vv2v::lxor< L, R >::operator() ( const L &  v1,
const R &  v2 
) const [inline]

Definition at line 60 of file lxor.hh.