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

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

Protected Member Functions

 Function_n2v ()
 Function_n2v (const Function_n2v &)

Public Types

typedef Function_n2v< void > category
typedef E exact_t

Detailed Description

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

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

The parameter E is the exact type.

Definition at line 105 of file function.hh.

Constructor & Destructor Documentation

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

Member Typedef Documentation

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

Definition at line 107 of file function.hh.

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

Definition at line 105 of file object.hh.