Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
generic_binary_traits< ddot_ >::hint

Detailed Description

Definition at line 1555 of file expression.h.

Public Types

typedef binop_error< ddot_, A1, A2, R > T
 
typedef std::conditional< is_undeterminated< A1 >::value, T, A1 >::type first_argument_type
 
typedef std::conditional< is_undeterminated< A2 >::value, T, A2 >::type second_argument_type
 
typedef std::conditional< is_undeterminated< R >::value, T, R >::type result_type
 

Member Typedef Documentation

◆ T

typedef binop_error<ddot_,A1,A2,R> T

Definition at line 1556 of file expression.h.

◆ first_argument_type

typedef std::conditional<is_undeterminated<A1>::value,T,A1>::type first_argument_type

Definition at line 1557 of file expression.h.

◆ second_argument_type

typedef std::conditional<is_undeterminated<A2>::value,T,A2>::type second_argument_type

Definition at line 1558 of file expression.h.

◆ result_type

typedef std::conditional<is_undeterminated<R>::value,T,R>::type result_type

Definition at line 1559 of file expression.h.


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