Public Types | Public Member Functions

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

#include <dec.hh>

Inheritance diagram for mln::fun::v2v::dec< 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::dec< T >

Definition at line 48 of file dec.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::dec< T >::result

Definition at line 51 of file dec.hh.


Member Function Documentation

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

Definition at line 61 of file dec.hh.

References mln::fun::T.