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

#include <mln/fun/ops.hh>

Public Member Functions

 and__v2b_expr_ ()
 and__v2b_expr_ (const L &l, const R &r)
template<typename P >
result operator() (const P &p) const

Protected Attributes

l_
r_

Public Types

typedef Function_v2b< void > category
typedef and__v2b_expr_< L, R > exact_t
typedef void mutable_result
typedef mln::trait::op::and_
< typename L::result, typename
R::result >::ret 
result

Detailed Description

template<typename L, typename R>
struct mln::fun::and__v2b_expr_< L, R >

Definition at line 161 of file fun/ops.hh.

Constructor & Destructor Documentation

template<typename L , typename R >
mln::fun::and__v2b_expr_< L, R >::and__v2b_expr_ ( )
inline

Definition at line 161 of file fun/ops.hh.

template<typename L , typename R >
mln::fun::and__v2b_expr_< L, R >::and__v2b_expr_ ( const L &  l,
const R &  r 
)
inline

Definition at line 161 of file fun/ops.hh.

Member Function Documentation

template<typename L , typename R >
template<typename P >
result mln::fun::and__v2b_expr_< L, R >::operator() ( const P &  p) const
inline

Definition at line 161 of file fun/ops.hh.

Member Data Documentation

template<typename L , typename R >
L mln::fun::and__v2b_expr_< L, R >::l_
protected

Definition at line 161 of file fun/ops.hh.

template<typename L , typename R >
R mln::fun::and__v2b_expr_< L, R >::r_
protected

Definition at line 161 of file fun/ops.hh.

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< and__v2b_expr_< L, R > >::category
inherited

Definition at line 162 of file function.hh.

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

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< and__v2b_expr_< L, R > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename L , typename R >
typedef mln::trait::op:: and_< typename L ::result, typename R ::result >::ret mln::fun::and__v2b_expr_< L, R >::result

Definition at line 161 of file fun/ops.hh.