Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
generic_binary_traits< divides >::hint< undeterminated_basic< A1 >, A2, R >

Detailed Description

Definition at line 1300 of file expression.h.

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

Static Public Member Functions

static space_constant::valued_type valued_tag (space_constant::valued_type, space_constant::valued_type)

Member Typedef Documentation

◆ S2

typedef scalar_traits<A2>::type S2

Definition at line 1301 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 1305 of file expression.h.

◆ second_argument_type

Definition at line 1306 of file expression.h.

◆ result_type

typedef R result_type

Definition at line 1307 of file expression.h.

Member Function Documentation

◆ valued_tag()


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