$extrastylesheet
#include <mln/fun/spe/unary.hh>
Public Member Functions | |
template<typename U > | |
void | init (const U &value) |
typedef | mln_trait_fun_param (unary_impl) param |
typedef | mln_trait_fun_storage (unary_impl) storage |
typedef | mln_trait_nunary (Fun, T) def |
result | operator() (const argument &value) const |
stored< storage > & | state () |
const stored< storage > & | state () const |
Protected Attributes | |
stored< storage > | state_ |
Public Types | |
typedef def::argument | argument |
typedef Function_v2v< void > | category |
typedef unary< Fun, T > | exact_t |
typedef Fun | flag |
typedef void | mutable_result |
typedef def::result | result |
Definition at line 223 of file spe/unary.hh.
|
inline |
Definition at line 240 of file spe/unary.hh.
typedef mln::fun::spe::impl::unary_impl< true, false, Fun, T >::mln_trait_fun_param | ( | unary_impl< true, false, Fun, T > | ) |
typedef mln::fun::spe::impl::unary_impl< true, false, Fun, T >::mln_trait_fun_storage | ( | unary_impl< true, false, Fun, T > | ) |
typedef mln::fun::spe::impl::unary_impl< true, false, Fun, T >::mln_trait_nunary | ( | Fun | , |
T | |||
) |
|
inline |
Definition at line 234 of file spe/unary.hh.
|
inline |
Definition at line 245 of file spe/unary.hh.
|
inline |
Definition at line 250 of file spe/unary.hh.
|
protected |
Definition at line 256 of file spe/unary.hh.
typedef def::argument mln::fun::spe::impl::unary_impl< true, false, Fun, T >::argument |
Definition at line 228 of file spe/unary.hh.
|
inherited |
Definition at line 134 of file function.hh.
typedef Fun mln::fun::spe::impl::unary_impl< true, false, Fun, T >::flag |
Definition at line 225 of file spe/unary.hh.
|
inherited |
Definition at line 135 of file function.hh.
typedef def::result mln::fun::spe::impl::unary_impl< true, false, Fun, T >::result |
Definition at line 229 of file spe/unary.hh.