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

#include <mln/fun/v2v/id.hh>

Public Member Functions

T operator() (const T &t) const

Public Types

typedef Function_v2v< void > category
typedef E exact_t
typedef void mutable_result
typedef T result

Detailed Description

template<typename T>
struct mln::fun::v2v::id< T >

Definition at line 49 of file id.hh.

Member Function Documentation

template<typename T >
T mln::fun::v2v::id< T >::operator() ( const T t) const

Member Typedef Documentation

template<typename E>
typedef Function_v2v<void> mln::Function_v2v< E >::category
inherited

Definition at line 134 of file function.hh.

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

Definition at line 105 of file object.hh.

template<typename E>
typedef void mln::Function_v2v< E >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename T >
typedef T mln::fun::v2v::id< T >::result

Definition at line 52 of file id.hh.