Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1340 of file expression.h.
Public Types | |
typedef scalar_traits< A2 >::type | S2 |
typedef std::conditional< details::is_scalar< A2 >::value, undeterminated_basic< A1 >, binop_error< details::divides, A1, A2, R > >::type | first_argument_type |
typedef A2 | second_argument_type |
typedef first_argument_type | result_type |
typedef scalar_traits<A2>::type S2 |
Definition at line 1341 of file expression.h.
typedef std::conditional<details::is_scalar<A2>::value,undeterminated_basic<A1>,binop_error<details::divides,A1,A2,R>>::type first_argument_type |
Definition at line 1345 of file expression.h.
typedef A2 second_argument_type |
Definition at line 1346 of file expression.h.
typedef first_argument_type result_type |
Definition at line 1347 of file expression.h.