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_

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


Member Typedef Documentation

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

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

typedef all_to< T > mln::Object< all_to< T > >::exact_t [inherited]
typedef void mln::Function_v2v< all_to< T > >::mutable_result [inherited]
template<typename T>
typedef T mln::fun::i2v::all_to< T >::result

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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