$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::vv2v::land< L, R > Struct Template Reference

#include <mln/fun/vv2v/land.hh>

Public Member Functions

typedef mln_trait_op_and (L, R) result
result operator() (const L &v1, const R &v2) const

Public Types

typedef Function_vv2v< void > category
typedef land< L, R > exact_t

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 Function Documentation

template<typename L , typename R = L>
typedef mln::fun::vv2v::land< L, R >::mln_trait_op_and ( ,
 
)
template<typename L , typename R = L>
result mln::fun::vv2v::land< L, R >::operator() ( const L &  v1,
const R &  v2 
) const

Member Typedef Documentation

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

Definition at line 191 of file function.hh.

typedef land< L, R > mln::Object< land< L, R > >::exact_t
inherited

Definition at line 105 of file object.hh.