System::Greater methode

System::Greater method

Implementeert ‘>’ relatieve patroonvertaling.

template<class ExpressionT,class ConstantT> bool System::Greater(const ExpressionT &left, const ConstantT &constant)
ParameterBeschrijving
ExpressionTtype van de linker expressie.
ConstantTtype van constante expressie.
ParameterTypeBeschrijving
linksconst ExpressionT&expressie die gecontroleerd zal worden.
constanteconst ConstantT&expressie die vergeleken zal worden met de linker.

ReturnValue

true als typecontrole succesvol is, false anders.

Zie ook