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

Detailed Description

template<class T>
struct rheolef::details::divides_result< T, T, typename std::enable_if< ! is_rheolef_arithmetic< T >::value &&! is_undeterminated< T >::value >::type >

Definition at line 1186 of file expression.h.

Public Types

typedef scalar_traits< T >::type S
 
typedef binop_error< details::divides, T, T, undeterminated_basic< S > > type
 

Member Typedef Documentation

◆ S

template<class T >
typedef scalar_traits<T>::type S

Definition at line 1192 of file expression.h.

◆ type

template<class T >
typedef binop_error<details::divides,T,T,undeterminated_basic<S> > type

Definition at line 1193 of file expression.h.


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