Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
divides_result< T1, T2, typename std::enable_if< is_undeterminated< T1 >::value &&is_undeterminated< T2 >::value >::type >

Detailed Description

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

Definition at line 1176 of file expression.h.

Public Types

typedef undeterminated_basic< typename promote< T1, T2 >::type > type
 

Member Typedef Documentation

◆ type

template<class T1 , class T2 >
typedef undeterminated_basic<typename promote<T1,T2>::type> type

Definition at line 1182 of file expression.h.


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