Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 483 of file expression.h.
Public Types | |
typedef std::conditional< details::is_equal< A2, R >::value, R, binop_error< details::plus, A1, A2, R > >::type | first_argument_type |
typedef A2 | second_argument_type |
typedef R | result_type |
typedef std::conditional<details::is_equal<A2,R>::value,R,binop_error<details::plus,A1,A2,R>>::type first_argument_type |
Definition at line 488 of file expression.h.
typedef A2 second_argument_type |
Definition at line 489 of file expression.h.
typedef R result_type |
Definition at line 490 of file expression.h.