Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
plus_result< A1, A2, typename std::enable_if< is_rheolef_arithmetic< A1 >::value &&is_rheolef_arithmetic< A2 >::value >::type >

Detailed Description

template<class A1, class A2>
struct rheolef::details::plus_result< A1, A2, typename std::enable_if< is_rheolef_arithmetic< A1 >::value &&is_rheolef_arithmetic< A2 >::value >::type >

Definition at line 441 of file expression.h.

Public Types

typedef promote< A1, A2 >::type type
 

Member Typedef Documentation

◆ type

template<class A1 , class A2 >
typedef promote<A1,A2>::type type

Definition at line 447 of file expression.h.


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