Public Types | Public Member Functions

mln::fun::v2v::enc< V > Struct Template Reference

#include <enc.hh>

Inheritance diagram for mln::fun::v2v::enc< V >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef enc< V > exact_t
typedef void mutable_result
typedef V::enc result

Public Member Functions

result operator() (const V &v) const

Detailed Description

template<typename V>
struct mln::fun::v2v::enc< V >

Definition at line 49 of file enc.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< enc< V > >::category [inherited]

Reimplemented from mln::Function< enc< V > >.

Definition at line 126 of file function.hh.

typedef enc< V > mln::Object< enc< V > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< enc< V > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename V >
typedef V::enc mln::fun::v2v::enc< V >::result

Definition at line 51 of file enc.hh.


Member Function Documentation

template<typename V >
V::enc mln::fun::v2v::enc< V >::operator() ( const V &  v  )  const [inline]

Definition at line 61 of file enc.hh.