Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
generic_binary_traits< dddot_ >::hint< undeterminated_basic< A1 >, undeterminated_basic< A2 >, R >

Detailed Description

Definition at line 1754 of file expression.h.

Public Types

typedef binop_error< dddot_, A1, A2, R > E
 
typedef std::conditional< is_scalar< R >::value, tensor3_basic< A1 >, E >::type first_argument_type
 
typedef std::conditional< is_scalar< R >::value, tensor3_basic< A2 >, E >::type second_argument_type
 
typedef R result_type
 

Member Typedef Documentation

◆ E

typedef binop_error<dddot_,A1,A2,R> E

Definition at line 1755 of file expression.h.

◆ first_argument_type

typedef std::conditional<is_scalar<R>::value,tensor3_basic<A1>,E>::type first_argument_type

Definition at line 1757 of file expression.h.

◆ second_argument_type

typedef std::conditional<is_scalar<R>::value,tensor3_basic<A2>,E>::type second_argument_type

Definition at line 1759 of file expression.h.

◆ result_type

typedef R result_type

Definition at line 1760 of file expression.h.


The documentation for this struct was generated from the following file: