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

#include <mln/fun/ops.hh>

Public Member Functions

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

Protected Attributes

f_

Public Types

typedef Function_v2v< void > category
typedef uminus_v2v_expr_< F > exact_t
typedef void mutable_result
typedef mln::trait::op::uminus
< typename F::result >::ret 
result

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

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

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

Member Data Documentation

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

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

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< uminus_v2v_expr_< F > >::category
inherited

Definition at line 134 of file function.hh.

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

Definition at line 105 of file object.hh.

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

Definition at line 135 of file function.hh.

template<typename F >
typedef mln::trait::op:: uminus< typename F ::result >::ret mln::fun::uminus_v2v_expr_< F >::result

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