Rheolef  7.1
an efficient C++ finite element environment
divides_result< T1, T2, typename std::enable_if< is_rheolef_arithmetic< T1 >::value &&is_rheolef_arithmetic< T2 >::value >::type >

Public Types

typedef promote< T1, T2 >::type type
 

Detailed Description

template<class T1, class T2>
struct rheolef::details::divides_result< T1, T2, typename std::enable_if< is_rheolef_arithmetic< T1 >::value &&is_rheolef_arithmetic< T2 >::value >::type >

Definition at line 1165 of file expression.h.

Member Typedef Documentation

◆ type

typedef promote<T1,T2>::type type

Definition at line 1171 of file expression.h.


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