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

#include <mln/fun/ops.hh>

Public Member Functions

 eq_v2b_expr_ ()
 eq_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 eq_v2b_expr_< L, R > exact_t
typedef void mutable_result
typedef mln::trait::op::eq
< typename L::result, typename
R::result >::ret 
result

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

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

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

Member Data Documentation

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

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

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

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

Member Typedef Documentation

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

Definition at line 162 of file function.hh.

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

Definition at line 105 of file object.hh.

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

Definition at line 135 of file function.hh.

template<typename L , typename R >
typedef mln::trait::op:: eq< typename L ::result, typename R ::result >::ret mln::fun::eq_v2b_expr_< L, R >::result

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