Rheolef  7.1
an efficient C++ finite element environment
generic_binary_traits< divides >::hint< undeterminated_basic< A1 >, A2, R >

Public Types

typedef scalar_traits< A2 >::type S2
 
typedef std::conditional< details::is_scalar< A2 >::value, R, binop_error< details::divides, A1, A2, R > >::type first_argument_type
 
typedef A2 second_argument_type
 
typedef R result_type
 

Detailed Description

template<>
template<class A1, class A2, class R>
struct rheolef::details::generic_binary_traits< divides >::hint< undeterminated_basic< A1 >, A2, R >

Definition at line 1299 of file expression.h.

Member Typedef Documentation

◆ S2

typedef scalar_traits<A2>::type S2

Definition at line 1300 of file expression.h.

◆ first_argument_type

typedef std::conditional< details::is_scalar<A2>::value, R, binop_error<details::divides,A1,A2,R> >::type first_argument_type

Definition at line 1304 of file expression.h.

◆ second_argument_type

Definition at line 1305 of file expression.h.

◆ result_type

typedef R result_type

Definition at line 1306 of file expression.h.


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