Public Types | Public Member Functions | Private Attributes

mln::fun::i2v::all_to< T > Struct Template Reference

#include <all_to.hh>

Inheritance diagram for mln::fun::i2v::all_to< T >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef all_to< Texact_t
typedef void mutable_result
typedef T result

Public Member Functions

 all_to (T t)
template<typename U >
T operator() (const U &) const

Private Attributes

T t_

Detailed Description

template<typename T>
struct mln::fun::i2v::all_to< T >

Definition at line 46 of file all_to.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< all_to< T > >::category [inherited]

Reimplemented from mln::Function< all_to< T > >.

Definition at line 126 of file function.hh.

typedef all_to< T > mln::Object< all_to< T > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< all_to< T > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename T>
typedef T mln::fun::i2v::all_to< T >::result

Definition at line 48 of file all_to.hh.


Constructor & Destructor Documentation

template<typename T >
mln::fun::i2v::all_to< T >::all_to ( T  t  )  [inline]

Definition at line 74 of file all_to.hh.


Member Function Documentation

template<typename T >
template<typename U >
T mln::fun::i2v::all_to< T >::operator() ( const U &   )  const [inline]

Definition at line 83 of file all_to.hh.

References mln::fun::i2v::all_to< T >::t_.


Member Data Documentation

template<typename T>
T mln::fun::i2v::all_to< T >::t_ [private]

Definition at line 53 of file all_to.hh.

Referenced by mln::fun::i2v::all_to< T >::operator()().