Public Types | Static Public Member Functions

mln::trait::next::set_precise_unary_< mln::fun::comp, mln::algebra::vec< n, T > > Struct Template Reference

#include <comp.hh>

List of all members.

Public Types

typedef mln::algebra::vec< n, T > argument
typedef argumentlvalue
typedef T result
typedef set_precise_unary_ ret

Static Public Member Functions

static result read (unsigned p_i, const argument &v)
static void write (unsigned p_i, lvalue l, const result &x)

Detailed Description

template<unsigned n, typename T>
struct mln::trait::next::set_precise_unary_< mln::fun::comp, mln::algebra::vec< n, T > >

Definition at line 81 of file fun/component/comp.hh.


Member Typedef Documentation

template<unsigned n, typename T >
typedef mln::algebra::vec<n,T> mln::trait::next::set_precise_unary_< mln::fun::comp, mln::algebra::vec< n, T > >::argument

Definition at line 85 of file fun/component/comp.hh.

template<unsigned n, typename T >
typedef argument& mln::trait::next::set_precise_unary_< mln::fun::comp, mln::algebra::vec< n, T > >::lvalue

Definition at line 87 of file fun/component/comp.hh.

template<unsigned n, typename T >
typedef T mln::trait::next::set_precise_unary_< mln::fun::comp, mln::algebra::vec< n, T > >::result

Definition at line 86 of file fun/component/comp.hh.

template<unsigned n, typename T >
typedef set_precise_unary_ mln::trait::next::set_precise_unary_< mln::fun::comp, mln::algebra::vec< n, T > >::ret

Definition at line 83 of file fun/component/comp.hh.


Member Function Documentation

template<unsigned n, typename T >
static result mln::trait::next::set_precise_unary_< mln::fun::comp, mln::algebra::vec< n, T > >::read ( unsigned  p_i,
const argument v 
) [inline, static]

Definition at line 89 of file fun/component/comp.hh.

template<unsigned n, typename T >
static void mln::trait::next::set_precise_unary_< mln::fun::comp, mln::algebra::vec< n, T > >::write ( unsigned  p_i,
lvalue  l,
const result x 
) [inline, static]

Definition at line 94 of file fun/component/comp.hh.