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

#include <mln/fun/ops.hh>

Public Member Functions

 not__v2b_expr_ ()
 not__v2b_expr_ (const F &f)
template<typename P >
result operator() (const P &p) const

Protected Attributes

f_

Public Types

typedef Function_v2b< void > category
typedef not__v2b_expr_< F > exact_t
typedef void mutable_result
typedef mln::trait::op::not_
< typename F::result >::ret 
result

Detailed Description

template<typename F>
struct mln::fun::not__v2b_expr_< F >

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

Constructor & Destructor Documentation

template<typename F >
mln::fun::not__v2b_expr_< F >::not__v2b_expr_ ( )
inline

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

template<typename F >
mln::fun::not__v2b_expr_< F >::not__v2b_expr_ ( const F &  f)
inline

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

Member Function Documentation

template<typename F >
template<typename P >
result mln::fun::not__v2b_expr_< F >::operator() ( const P &  p) const
inline

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

Member Data Documentation

template<typename F >
F mln::fun::not__v2b_expr_< F >::f_
protected

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

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< not__v2b_expr_< F > >::category
inherited

Definition at line 162 of file function.hh.

typedef not__v2b_expr_< F > mln::Object< not__v2b_expr_< F > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< not__v2b_expr_< F > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename F >
typedef mln::trait::op:: not_< typename F ::result >::ret mln::fun::not__v2b_expr_< F >::result

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