Public Types | Public Member Functions

mln::fun::v2v::id< T > Struct Template Reference

#include <id.hh>

Inheritance diagram for mln::fun::v2v::id< T >:
Inheritance graph

List of all members.

Public Types

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

Public Member Functions

T operator() (const T &t) const

Detailed Description

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

Definition at line 49 of file id.hh.


Member Typedef Documentation

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

Definition at line 173 of file object.hh.

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

Definition at line 127 of file function.hh.

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

Definition at line 52 of file id.hh.


Member Function Documentation

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

Definition at line 62 of file id.hh.