Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
vec_expr_v2_binary_traits< Op, Expr1, Expr2, typename std::enable_if< details::is_rheolef_arithmetic< Expr1 >::value &&details::is_vec_expr_v2_arg< Expr2 >::value >::type >

Detailed Description

template<class Op, class Expr1, class Expr2>
struct rheolef::details::vec_expr_v2_binary_traits< Op, Expr1, Expr2, typename std::enable_if< details::is_rheolef_arithmetic< Expr1 >::value &&details::is_vec_expr_v2_arg< Expr2 >::value >::type >

Definition at line 226 of file vec_expr_v2.h.

Public Types

typedef generic_binder1st< Op, Expr1 > fun_t
 
typedef vec_expr_v2_unary< fun_t, Expr2 > type
 

Member Typedef Documentation

◆ fun_t

template<class Op , class Expr1 , class Expr2 >
typedef generic_binder1st<Op, Expr1> fun_t

Definition at line 231 of file vec_expr_v2.h.

◆ type

template<class Op , class Expr1 , class Expr2 >
typedef vec_expr_v2_unary<fun_t,Expr2> type

Definition at line 232 of file vec_expr_v2.h.


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