Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
divides_result< point_basic< T1 >, tensor3_basic< T2 > >

Detailed Description

template<class T1, class T2>
struct rheolef::details::divides_result< point_basic< T1 >, tensor3_basic< T2 > >

Definition at line 1234 of file expression.h.

Public Types

typedef promote< T1, T2 >::type S
 
typedef binop_error< details::divides, point_basic< T1 >, tensor3_basic< T2 >, undeterminated_basic< S > > type
 

Member Typedef Documentation

◆ S

template<class T1 , class T2 >
typedef promote<T1,T2>::type S

Definition at line 1235 of file expression.h.

◆ type

template<class T1 , class T2 >
typedef binop_error<details::divides,point_basic<T1>,tensor3_basic<T2>,undeterminated_basic<S> > type

Definition at line 1236 of file expression.h.


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