#include <functional.hpp>
Public Member Functions | |
Res | operator() (const Arg1 &x, const Arg2 &y) const |
Res | operator() (const Arg1 &x, Arg2 &y) const |
Res | operator() (Arg1 &x, const Arg2 &y) const |
Res | operator() (Arg1 &x, Arg2 &y) const |
Definition at line 190 of file functional.hpp.
Res Arageli::func::logical_and< Arg1, Arg2, Res >::operator() | ( | Arg1 & | x, | |
Arg2 & | y | |||
) | const [inline] |
Definition at line 190 of file functional.hpp.
Res Arageli::func::logical_and< Arg1, Arg2, Res >::operator() | ( | Arg1 & | x, | |
const Arg2 & | y | |||
) | const [inline] |
Definition at line 190 of file functional.hpp.
Res Arageli::func::logical_and< Arg1, Arg2, Res >::operator() | ( | const Arg1 & | x, | |
Arg2 & | y | |||
) | const [inline] |
Definition at line 190 of file functional.hpp.
Res Arageli::func::logical_and< Arg1, Arg2, Res >::operator() | ( | const Arg1 & | x, | |
const Arg2 & | y | |||
) | const [inline] |
Definition at line 190 of file functional.hpp.