#include <all_to.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef all_to< T > | exact_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_ |
typedef Function_v2v<void> mln::Function_v2v< all_to< T > >::category [inherited] |
Reimplemented from mln::Function< all_to< T > >.
typedef void mln::Function_v2v< all_to< T > >::mutable_result [inherited] |
typedef T mln::fun::i2v::all_to< T >::result |
mln::fun::i2v::all_to< T >::all_to | ( | T | t | ) | [inline] |
T mln::fun::i2v::all_to< T >::operator() | ( | const U & | ) | const [inline] |
References mln::fun::i2v::all_to< T >::t_.
T mln::fun::i2v::all_to< T >::t_ [private] |
Referenced by mln::fun::i2v::all_to< T >::operator()().