Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1849 of file expression.h.
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 |
binder_second | ( | const BinaryFunction & | f, |
const A2 & | x2 | ||
) |
Definition at line 1850 of file expression.h.
generic_binary_traits< BinaryFunction >::template result_hint< A1, A2 >::type operator() | ( | const A1 & | x1 | ) | const |
Definition at line 1853 of file expression.h.
|
protected |
Definition at line 1855 of file expression.h.
|
protected |
Definition at line 1856 of file expression.h.