Public Types | Static Public Member Functions

mln::trait::next::set_unary_< mln::fun::cos, mln::value::Integer, T > Struct Template Reference

#include <cos.hh>

List of all members.

Public Types

typedef T argument
typedef double 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::cos, mln::value::Integer, T >

Definition at line 70 of file fun/math/cos.hh.


Member Typedef Documentation

Definition at line 74 of file fun/math/cos.hh.

template<typename T >
typedef double mln::trait::next::set_unary_< mln::fun::cos, mln::value::Integer, T >::result

Definition at line 73 of file fun/math/cos.hh.

Definition at line 72 of file fun/math/cos.hh.


Member Function Documentation

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

Definition at line 76 of file fun/math/cos.hh.

References mln::math::cos().