System::LEqual methode

System::LEqual method

Implementeert ‘<=’ relatieve patroonvertaling.

template<class ExpressionT,class ConstantT> bool System::LEqual(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