$extrastylesheet
#include <mln/fun/unary.hh>
Public Member Functions | |
unary () | |
template<typename U > | |
unary (const U ¶m) | |
template<typename U > | |
void | init (const U &value) |
typedef | mln_trait_fun_param (flag) param |
typedef | mln_trait_fun_storage (flag) storage |
template<typename T > | |
with< T >::ret::result | operator() (const T &v) const |
template<typename T > | |
with< T >::ret::template lresult_with< T >::ret | operator() (T &v) const |
template<typename T , typename R > | |
void | set (T &v, const R &r) const |
stored< storage > & | state () |
const stored< storage > & | state () const |
Protected Attributes | |
stored< storage > | state_ |
Public Types | |
typedef Meta_Function_v2v< void > | category |
typedef E | exact_t |
typedef F | flag |
Classes | |
struct | with |
|
inline |
|
inline |
|
inline |
typedef mln::fun::unary< F, E >::mln_trait_fun_param | ( | flag | ) |
typedef mln::fun::unary< F, E >::mln_trait_fun_storage | ( | flag | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
inherited |
Definition at line 104 of file meta_function.hh.
|
inherited |
typedef F mln::fun::unary< F, E >::flag |