$extrastylesheet
#include <mln/fun/ops.hh>
Public Member Functions | |
minus_v2v_expr_ () | |
minus_v2v_expr_ (const L &l, const R &r) | |
template<typename P > | |
result | operator() (const P &p) const |
Protected Attributes | |
L | l_ |
R | r_ |
Public Types | |
typedef Function_v2v< void > | category |
typedef minus_v2v_expr_< L, R > | exact_t |
typedef void | mutable_result |
typedef mln::trait::op::minus < typename L::result, typename R::result >::ret | result |
Definition at line 168 of file fun/ops.hh.
|
inline |
Definition at line 168 of file fun/ops.hh.
|
inline |
Definition at line 168 of file fun/ops.hh.
|
inline |
Definition at line 168 of file fun/ops.hh.
|
protected |
Definition at line 168 of file fun/ops.hh.
|
protected |
Definition at line 168 of file fun/ops.hh.
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
typedef mln::trait::op:: minus< typename L ::result, typename R ::result >::ret mln::fun::minus_v2v_expr_< L, R >::result |
Definition at line 168 of file fun/ops.hh.