Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1798 of file expression.h.
Public Member Functions | |
binder_first (const BinaryFunction &f, const A1 &x1) | |
template<class A2 > | |
generic_binary_traits< BinaryFunction >::template result_hint< A1, A2 >::type | operator() (const A2 &x2) const |
Protected Attributes | |
BinaryFunction | _f |
A1 | _x1 |
binder_first | ( | const BinaryFunction & | f, |
const A1 & | x1 | ||
) |
Definition at line 1799 of file expression.h.
generic_binary_traits< BinaryFunction >::template result_hint< A1, A2 >::type operator() | ( | const A2 & | x2 | ) | const |
Definition at line 1802 of file expression.h.
|
protected |
Definition at line 1804 of file expression.h.
|
protected |
Definition at line 1805 of file expression.h.