Public Types | Public Member Functions

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

#include <convert.hh>

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

List of all members.

Public Types

typedef Function_v2v< void > category
typedef convert< V > exact_t
typedef void mutable_result
typedef V result

Public Member Functions

template<typename W >
operator() (const W &w) const

Detailed Description

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

Definition at line 53 of file mln/fun/v2v/convert.hh.


Member Typedef Documentation

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

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

Definition at line 126 of file function.hh.

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

Definition at line 173 of file object.hh.

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

Definition at line 127 of file function.hh.

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

Definition at line 55 of file mln/fun/v2v/convert.hh.


Member Function Documentation

template<typename V >
template<typename W >
V mln::fun::v2v::convert< V >::operator() ( const W &  w  )  const [inline]

Definition at line 68 of file mln/fun/v2v/convert.hh.