Public Types

mln::trait::set_binary_< op::minus, mln::value::Built_In, B, mln::Object, O > Struct Template Reference

#include <ops.hh>

List of all members.

Public Types

typedef mln::trait::op::uminus
< O >::ret 
minus_O
typedef mln::trait::op::plus
< minus_O, mln::value::scalar_
< B > >::ret 
ret

Detailed Description

template<typename B, typename O>
struct mln::trait::set_binary_< op::minus, mln::value::Built_In, B, mln::Object, O >

Definition at line 545 of file value/builtin/ops.hh.


Member Typedef Documentation

template<typename B , typename O >
typedef mln::trait::op::uminus< O >::ret mln::trait::set_binary_< op::minus, mln::value::Built_In, B, mln::Object, O >::minus_O

Definition at line 547 of file value/builtin/ops.hh.

template<typename B , typename O >
typedef mln::trait::op::plus< minus_O , mln::value::scalar_<B> >::ret mln::trait::set_binary_< op::minus, mln::value::Built_In, B, mln::Object, O >::ret

Definition at line 548 of file value/builtin/ops.hh.