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

Public Types

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

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 1175 of file expression.h.

Member Typedef Documentation

◆ type

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

Definition at line 1181 of file expression.h.


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