Public Types | Static Public Member Functions

mln::trait::next::set_unary_< mln::fun::internal::unary_with< F >, mln::Object, T >::ret_t Struct Reference

#include <unary.hh>

List of all members.

Public Types

typedef mln::fun::spe::unary
< F, T > 
ret

Static Public Member Functions

static ret::result call (const F &f, const T &v)

Detailed Description

template<typename F, typename T>
struct mln::trait::next::set_unary_< mln::fun::internal::unary_with< F >, mln::Object, T >::ret_t

Definition at line 131 of file unary.hh.


Member Typedef Documentation

template<typename F , typename T >
typedef mln::fun::spe::unary<F, T> mln::trait::next::set_unary_< mln::fun::internal::unary_with< F >, mln::Object, T >::ret_t::ret

Definition at line 133 of file unary.hh.


Member Function Documentation

template<typename F , typename T >
static ret::result mln::trait::next::set_unary_< mln::fun::internal::unary_with< F >, mln::Object, T >::ret_t::call ( const F &  f,
const T &  v 
) [inline, static]

Definition at line 135 of file unary.hh.