Public Types | Protected Member Functions

mln::Meta_Function_vv2v< E > Struct Template Reference

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

#include <meta_function.hh>

Inheritance diagram for mln::Meta_Function_vv2v< E >:
Inheritance graph

List of all members.

Public Types

typedef Meta_Function_vv2v< void > category
typedef E exact_t

Protected Member Functions

 Meta_Function_vv2v ()
 Meta_Function_vv2v (const Meta_Function_vv2v &)

Detailed Description

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

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

The parameter E is the exact type.

Definition at line 120 of file meta_function.hh.


Member Typedef Documentation

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

Reimplemented from mln::Meta_Function< E >.

Definition at line 122 of file meta_function.hh.

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

Definition at line 173 of file object.hh.


Constructor & Destructor Documentation

template<typename E >
mln::Meta_Function_vv2v< E >::Meta_Function_vv2v (  )  [inline, protected]

Definition at line 171 of file meta_function.hh.

template<typename E >
mln::Meta_Function_vv2v< E >::Meta_Function_vv2v ( const Meta_Function_vv2v< E > &  rhs  )  [inline, protected]

Definition at line 177 of file meta_function.hh.