#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 |
swap_args (const Func &func_a) | |
Public Attributes | |
Func | base |
Definition at line 318 of file functional.hpp.
Arageli::func::swap_args< Func, Arg1, Arg2, Res >::swap_args | ( | const Func & | func_a | ) | [inline] |
Definition at line 332 of file functional.hpp.
Res Arageli::func::swap_args< Func, Arg1, Arg2, Res >::operator() | ( | Arg1 & | x, | |
Arg2 & | y | |||
) | const [inline] |
Definition at line 329 of file functional.hpp.
Res Arageli::func::swap_args< Func, Arg1, Arg2, Res >::operator() | ( | Arg1 & | x, | |
const Arg2 & | y | |||
) | const [inline] |
Definition at line 326 of file functional.hpp.
Res Arageli::func::swap_args< Func, Arg1, Arg2, Res >::operator() | ( | const Arg1 & | x, | |
Arg2 & | y | |||
) | const [inline] |
Definition at line 323 of file functional.hpp.
Res Arageli::func::swap_args< Func, Arg1, Arg2, Res >::operator() | ( | const Arg1 & | x, | |
const Arg2 & | y | |||
) | const [inline] |
Definition at line 320 of file functional.hpp.
Func Arageli::func::swap_args< Func, Arg1, Arg2, Res >::base |
Definition at line 334 of file functional.hpp.