Wrap a function v2v and convert its result to another type. More...
#include <ch_function_value.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef ch_function_value< F, V > | exact_t |
typedef F | function |
typedef V | lvalue |
typedef void | mutable_result |
typedef V | result |
typedef V | rvalue |
Public Member Functions | |
ch_function_value () | |
ch_function_value (const F &f) | |
template<typename W > | |
V | operator() (const W &w) const |
Private Attributes | |
F | f_ |
Wrap a function v2v and convert its result to another type.
typedef Function_v2v<void> mln::Function_v2v< ch_function_value< F, V > >::category [inherited] |
Reimplemented from mln::Function< ch_function_value< F, V > >.
typedef ch_function_value< F, V > mln::Object< ch_function_value< F, V > >::exact_t [inherited] |
typedef F mln::fun::v2v::ch_function_value< F, V >::function |
typedef V mln::fun::v2v::ch_function_value< F, V >::lvalue |
typedef void mln::Function_v2v< ch_function_value< F, V > >::mutable_result [inherited] |
typedef V mln::fun::v2v::ch_function_value< F, V >::result |
typedef V mln::fun::v2v::ch_function_value< F, V >::rvalue |
mln::fun::v2v::ch_function_value< F, V >::ch_function_value | ( | ) | [inline] |
mln::fun::v2v::ch_function_value< F, V >::ch_function_value | ( | const F & | f | ) | [inline] |
References mln::fun::v2v::ch_function_value< F, V >::f_.
V mln::fun::v2v::ch_function_value< F, V >::operator() | ( | const W & | w | ) | const [inline] |
References mln::fun::v2v::ch_function_value< F, V >::f_.
F mln::fun::v2v::ch_function_value< F, V >::f_ [private] |