Public Types | Public Member Functions

mln::function< meta::to_enc< T > > Struct Template Reference

#include <to_enc.hh>

Inheritance diagram for mln::function< meta::to_enc< T > >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef function< meta::to_enc
< T > > 
exact_t
typedef void mutable_result
typedef T::enc value

Public Member Functions

value read (const T &t)

Detailed Description

template<typename T>
struct mln::function< meta::to_enc< T > >

Definition at line 51 of file fun/meta/to_enc.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< function< meta::to_enc< T > > >::category [inherited]

Reimplemented from mln::Function< function< meta::to_enc< T > > >.

Definition at line 126 of file function.hh.

typedef function< meta::to_enc< T > > mln::Object< function< meta::to_enc< T > > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< function< meta::to_enc< T > > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename T >
typedef T::enc mln::function< meta::to_enc< T > >::value

Definition at line 54 of file fun/meta/to_enc.hh.


Member Function Documentation

template<typename T >
T::enc mln::function< meta::to_enc< T > >::read ( const T &  t  )  [inline]

Definition at line 66 of file fun/meta/to_enc.hh.