Rheolef  7.1
an efficient C++ finite element environment
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 >

Public Types

typedef generic_binder1st< Op, Expr1fun_t
 
typedef vec_expr_v2_unary< fun_t, Expr2 > 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.

Member Typedef Documentation

◆ fun_t

Definition at line 231 of file vec_expr_v2.h.

◆ type

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: