Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 98 of file expr_utilities.h.
Public Member Functions | |
generic_binder2nd (const BinaryFunction &f, const A2 &x2) | |
template<class A1 > | |
auto | operator() (A1 &&x1) const noexcept(noexcept(BinaryFunction()(std::forward< A1 >(x1), A2()))) -> decltype(BinaryFunction()(std::forward< A1 >(x1), A2())) |
Protected Attributes | |
BinaryFunction | _f |
A2 | _x2 |
generic_binder2nd | ( | const BinaryFunction & | f, |
const A2 & | x2 | ||
) |
Definition at line 99 of file expr_utilities.h.
|
noexcept |
Definition at line 102 of file expr_utilities.h.
|
protected |
Definition at line 108 of file expr_utilities.h.
|
protected |
Definition at line 109 of file expr_utilities.h.