Rheolef
7.1
an efficient C++ finite element environment
|
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 |
Definition at line 482 of file expression.h.
typedef std::conditional< details::is_equal<A2,R>::value, R, binop_error<details::plus,A1,A2,R> >::type first_argument_type |
Definition at line 487 of file expression.h.
typedef A2 second_argument_type |
Definition at line 488 of file expression.h.
typedef R result_type |
Definition at line 489 of file expression.h.