Public Types | Static Public Member Functions

mln::trait::next::set_unary_< mln::fun::abs, mln::value::Scalar, T > Struct Template Reference

#include <abs.hh>

List of all members.

Public Types

typedef T argument
typedef T result
typedef set_unary_ ret

Static Public Member Functions

static result read (const argument &x)

Detailed Description

template<typename T>
struct mln::trait::next::set_unary_< mln::fun::abs, mln::value::Scalar, T >

Definition at line 49 of file fun/math/abs.hh.


Member Typedef Documentation

template<typename T >
typedef T mln::trait::next::set_unary_< mln::fun::abs, mln::value::Scalar, T >::argument

Definition at line 53 of file fun/math/abs.hh.

template<typename T >
typedef T mln::trait::next::set_unary_< mln::fun::abs, mln::value::Scalar, T >::result

Definition at line 52 of file fun/math/abs.hh.

Definition at line 51 of file fun/math/abs.hh.


Member Function Documentation

template<typename T >
static result mln::trait::next::set_unary_< mln::fun::abs, mln::value::Scalar, T >::read ( const argument x  )  [inline, static]

Definition at line 55 of file fun/math/abs.hh.

References mln::math::abs().