OEBinaryAnd
template<class Arg1, class Arg2>
class OEBinaryAnd : public OEBinaryPredicate<Arg1, Arg2>
This class represents OEBinaryAnd.
The following methods are publicly inherited from OEBinaryPredicate:
The following methods are publicly inherited from OEBinaryFunction:
Constructors
OEBinaryAnd()
OEBinaryAnd(const OEBinaryAnd& rhs)
OEBinaryAnd(const OEBinaryPredicate<Arg1, Arg2>& func1,
const OEBinaryPredicate<Arg1, Arg2>& func2)
Default and copy constructors.
operator()
__call__(arg1: Arg1, arg2: Arg2) -> bool
CreateCopy
CreateCopy() -> OEBinaryAnd