$extrastylesheet
#include <mln/pw/bind.hh>
Public Member Functions | |
binary_bound_fun_ (const Function_vv2v< F > &f, const Function_v2v< PW1 > &pw1, const Function_v2v< PW2 > &pw2) | |
template<typename P > | |
result | operator() (const P &p) const |
Protected Attributes | |
const F | f_ |
const PW1 | pw1_ |
const PW2 | pw2_ |
Public Types | |
typedef F::result | result |
Point-wise binary function binding.
This point-wise class is actually a function object embedding a Milena function (functor) and another point-wise expression. Its operator() returns the application of the embedded function to the embedded point-wise expression.
mln::pw::binary_bound_fun_< F, PW1, PW2 >::binary_bound_fun_ | ( | const Function_vv2v< F > & | f, |
const Function_v2v< PW1 > & | pw1, | ||
const Function_v2v< PW2 > & | pw2 | ||
) |
result mln::pw::binary_bound_fun_< F, PW1, PW2 >::operator() | ( | const P & | p | ) | const |
|
protected |
|
protected |
|
protected |
typedef F::result mln::pw::binary_bound_fun_< F, PW1, PW2 >::result |