Public Types | Static Public Member Functions

mln::trait::next::set_unary_< mln::fun::from_accu< A >, mln::Object, T > Struct Template Reference

#include <from_accu.hh>

List of all members.

Public Types

typedef A::argument argument
typedef A * param_t
typedef A::result result
typedef set_unary_ ret

Static Public Member Functions

static result read (const param_t &accu_, const argument &x)

Detailed Description

template<typename A, typename T>
struct mln::trait::next::set_unary_< mln::fun::from_accu< A >, mln::Object, T >

Definition at line 63 of file from_accu.hh.


Member Typedef Documentation

template<typename A , typename T >
typedef A::argument mln::trait::next::set_unary_< mln::fun::from_accu< A >, mln::Object, T >::argument

Definition at line 67 of file from_accu.hh.

template<typename A , typename T >
typedef A* mln::trait::next::set_unary_< mln::fun::from_accu< A >, mln::Object, T >::param_t

Definition at line 68 of file from_accu.hh.

template<typename A , typename T >
typedef A::result mln::trait::next::set_unary_< mln::fun::from_accu< A >, mln::Object, T >::result

Definition at line 66 of file from_accu.hh.

template<typename A , typename T >
typedef set_unary_ mln::trait::next::set_unary_< mln::fun::from_accu< A >, mln::Object, T >::ret

Definition at line 65 of file from_accu.hh.


Member Function Documentation

template<typename A , typename T >
set_unary_< mln::fun::from_accu< A >, mln::Object, T >::result mln::trait::next::set_unary_< mln::fun::from_accu< A >, mln::Object, T >::read ( const param_t accu_,
const argument x 
) [inline, static]

Definition at line 117 of file from_accu.hh.