Template Class BitwiseANDNode#

Inheritance Relationships#

Base Type#

Class Documentation#

template<typename T, typename U, typename DominantType>
class BitwiseANDNode : public BinaryNode<T, U, DominantType, DominantType, BitwiseANDNode<T, U, DominantType>>#

Public Functions

inline BitwiseANDNode(Node<T> &n1, Node<U> &n2)#
inline DominantType Evaluate(DominantType a, DominantType b) const#