$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::spe::lwrapper< Fun, typename Fun::argument > Struct Template Reference

#include <mln/fun/spe/unary.hh>

Public Member Functions

 lwrapper (const Fun &f, argument &x)
 operator result () const
const resultoperator= (const result &r) const
result to_result () const

Public Types

typedef Fun::argument argument
typedef lwrapper lresult
typedef Fun::lvalue lvalue
typedef Fun::result result

Detailed Description

template<typename Fun>
struct mln::fun::spe::lwrapper< Fun, typename Fun::argument >

Definition at line 82 of file spe/unary.hh.

Constructor & Destructor Documentation

template<typename Fun >
mln::fun::spe::lwrapper< Fun, typename Fun::argument >::lwrapper ( const Fun &  f,
argument x 
)
inline

Definition at line 89 of file spe/unary.hh.

Member Function Documentation

template<typename Fun >
mln::fun::spe::lwrapper< Fun, typename Fun::argument >::operator result ( ) const
inline

Definition at line 99 of file spe/unary.hh.

template<typename Fun >
const result& mln::fun::spe::lwrapper< Fun, typename Fun::argument >::operator= ( const result r) const
inline

Definition at line 104 of file spe/unary.hh.

template<typename Fun >
result mln::fun::spe::lwrapper< Fun, typename Fun::argument >::to_result ( ) const
inline

Definition at line 94 of file spe/unary.hh.

Member Typedef Documentation

template<typename Fun >
typedef Fun::argument mln::fun::spe::lwrapper< Fun, typename Fun::argument >::argument

Definition at line 85 of file spe/unary.hh.

template<typename Fun >
typedef lwrapper mln::fun::spe::lwrapper< Fun, typename Fun::argument >::lresult

Definition at line 87 of file spe/unary.hh.

template<typename Fun >
typedef Fun::lvalue mln::fun::spe::lwrapper< Fun, typename Fun::argument >::lvalue

Definition at line 86 of file spe/unary.hh.

template<typename Fun >
typedef Fun::result mln::fun::spe::lwrapper< Fun, typename Fun::argument >::result

Definition at line 84 of file spe/unary.hh.