Rheolef
7.1
an efficient C++ finite element environment
|
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 |
Definition at line 1684 of file expression.h.
binder_first | ( | const BinaryFunction & | f, |
const A1 & | x1 | ||
) |
Definition at line 1685 of file expression.h.
generic_binary_traits<BinaryFunction>::template result_hint<A1,A2>::type operator() | ( | const A2 & | x2 | ) | const |
Definition at line 1688 of file expression.h.
|
protected |
Definition at line 1690 of file expression.h.
|
protected |
Definition at line 1691 of file expression.h.