NotXRelOperand<T, R> Class

Template Parameters | Constraint | Constructors & Destructor | Member Functions | Member Variables

Definition

Line 535 of System.Base/Algorithm.cm

Inheritance

Template Parameters

T
R

Constraint

R  is  Relation  and  R .Domain is  T

Constructors & Destructor

public NotXRelOperand(const T& x_, R r_)

Member Functions

public inline bool operator()(const T& a) const

Member Variables

private R r
private T x

Constructor& Destructor Details

NotXRelOperand Constructor

public NotXRelOperand(const T& x_, R r_)

Definition
Line 537 of System.Base/Algorithm.cm


Member Function Details

operator() Member Function

public inline bool operator()(const T& a)

Definition
Line 540 of System.Base/Algorithm.cm