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

Detailed Description

Definition at line 1563 of file expression.h.

Public Types

typedef ddot_result< A1, A2 >::type result_type
 
typedef std::conditional< is_undeterminated< A1 >::value &&is_error< result_type >::value, result_type, A1 >::type first_argument_type
 
typedef std::conditional< is_undeterminated< A2 >::value &&is_error< result_type >::value, result_type, A2 >::type second_argument_type
 

Member Typedef Documentation

◆ result_type

typedef ddot_result<A1,A2>::type result_type

Definition at line 1564 of file expression.h.

◆ first_argument_type

typedef std::conditional<is_undeterminated<A1>::value&&is_error<result_type>::value,result_type,A1>::type first_argument_type

Definition at line 1569 of file expression.h.

◆ second_argument_type

typedef std::conditional<is_undeterminated<A2>::value&&is_error<result_type>::value,result_type,A2>::type second_argument_type

Definition at line 1574 of file expression.h.


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