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

Detailed Description

Definition at line 1707 of file expression.h.

Public Types

typedef binop_error< dddot_, 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<dddot_,A1,A2,R> T

Definition at line 1708 of file expression.h.

◆ first_argument_type

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

Definition at line 1709 of file expression.h.

◆ second_argument_type

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

Definition at line 1710 of file expression.h.

◆ result_type

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

Definition at line 1711 of file expression.h.


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