Rheolef  7.1
an efficient C++ finite element environment
binder_second< BinaryFunction, A2 >

Public Member Functions

 binder_second (const BinaryFunction &f, const A2 &x2)
 
template<class A1 >
generic_binary_traits< BinaryFunction >::template result_hint< A1, A2 >::type operator() (const A1 &x1) const
 

Protected Attributes

BinaryFunction _f
 
A2 _x2
 

Detailed Description

template<class BinaryFunction, class A2>
struct rheolef::details::binder_second< BinaryFunction, A2 >

Definition at line 1735 of file expression.h.

Constructor & Destructor Documentation

◆ binder_second()

binder_second ( const BinaryFunction f,
const A2 &  x2 
)

Definition at line 1736 of file expression.h.

Member Function Documentation

◆ operator()()

generic_binary_traits<BinaryFunction>::template result_hint<A1,A2>::type operator() ( const A1 &  x1) const

Definition at line 1739 of file expression.h.

Member Data Documentation

◆ _f

BinaryFunction _f
protected

Definition at line 1741 of file expression.h.

◆ _x2

A2 _x2
protected

Definition at line 1742 of file expression.h.


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