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

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

Protected Member Functions

 Meta_Function ()

Public Types

typedef Meta_Function< void > category
typedef E exact_t

Detailed Description

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

Base class for implementation of meta functions.

The parameter E is the exact type.

Definition at line 80 of file meta_function.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Meta_Function< E >::Meta_Function ( )
protected

Member Typedef Documentation

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

Definition at line 82 of file meta_function.hh.

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

Definition at line 105 of file object.hh.