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