Template Class GreaterThanNode#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

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