Rheolef  7.1
an efficient C++ finite element environment
generic_binary_traits< ddot_ >::hint< A1, A2, R >

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
 

Detailed Description

template<>
template<class A1, class A2, class R>
struct rheolef::details::generic_binary_traits< ddot_ >::hint< A1, A2, R >

Definition at line 1554 of file expression.h.

Member Typedef Documentation

◆ T

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

Definition at line 1555 of file expression.h.

◆ first_argument_type

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

Definition at line 1556 of file expression.h.

◆ second_argument_type

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

Definition at line 1557 of file expression.h.

◆ result_type

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

Definition at line 1558 of file expression.h.


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