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

#include <mln/core/concept/meta_function.hh>

Protected Member Functions

 Meta_Function_v2v ()
 Meta_Function_v2v (const Meta_Function_v2v &)

Public Types

typedef Meta_Function_v2v< void > category
typedef E exact_t

Detailed Description

template<typename E>
struct mln::Meta_Function_v2v< E >

Base class for implementation of function-objects from value to value.

The parameter E is the exact type.

Definition at line 102 of file meta_function.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Meta_Function_v2v< E >::Meta_Function_v2v ( )
protected
template<typename E>
mln::Meta_Function_v2v< E >::Meta_Function_v2v ( const Meta_Function_v2v< E > &  )
protected

Member Typedef Documentation

template<typename E>
typedef Meta_Function_v2v<void> mln::Meta_Function_v2v< E >::category

Definition at line 104 of file meta_function.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.