Rheolef  7.1
an efficient C++ finite element environment
field_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 >::hint< Result >

Public Types

typedef details::generic_binary_traits< BinaryFunction >::template hint< typename Expr1::value_type,typename Expr2::value_type,Result >::first_argument_type A1
 
typedef details::generic_binary_traits< BinaryFunction >::template hint< typename Expr1::value_type,typename Expr2::value_type,Result >::second_argument_type A2
 

Detailed Description

template<class BinaryFunction, class Expr1, class Expr2>
template<class Result>
struct rheolef::details::field_expr_v2_variational_binary< BinaryFunction, Expr1, Expr2 >::hint< Result >

Definition at line 686 of file field_expr_variational.h.

Member Typedef Documentation

◆ A1

typedef details::generic_binary_traits<BinaryFunction>::template hint< typename Expr1::value_type ,typename Expr2::value_type ,Result>::first_argument_type A1

Definition at line 690 of file field_expr_variational.h.

◆ A2

typedef details::generic_binary_traits<BinaryFunction>::template hint< typename Expr1::value_type ,typename Expr2::value_type ,Result>::second_argument_type A2

Definition at line 694 of file field_expr_variational.h.


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