#include <functors.hpp>
Public Types | |
|
typedef lift_binary_operator_functor < FunctorLeft, FunctorRight, not_equal_to > | base |
Public Member Functions | |
| xor_functor (FunctorLeft left=FunctorLeft(), FunctorRight right=FunctorRight()) | |
| constructor More... | |
Public Member Functions inherited from paal::utils::lift_binary_operator_functor< FunctorLeft, FunctorRight, not_equal_to > | |
| lift_binary_operator_functor (FunctorLeft left=FunctorLeft(), FunctorRight right=FunctorRight(), not_equal_toop=not_equal_to()) | |
| constructor More... | |
| auto | operator() (Args &&...args) const -> decltype(std::declval< not_equal_to >()(std::declval< FunctorLeft >()(std::forward< Args >(args)...), std::declval< FunctorRight >()(std::forward< Args >(args)...))) |
| operator More... | |
Definition at line 977 of file functors.hpp.
|
inline |
1.8.5