Public Types | Public Member Functions

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

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

#include <land.hh>

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

List of all members.

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

Detailed Description

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

Functor computing logical-and between two values.

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


Member Typedef Documentation

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

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

Definition at line 179 of file function.hh.

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

Definition at line 60 of file fun/vv2v/land.hh.