System::Less methode

System::Less method

Implementeert de relatieve patroonvertaling voor ‘<’.

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