System::Less Methode
System::Less method
Implementiert die ‘<’-bezogene Musterübersetzung.
template<class ExpressionT,class ConstantT> bool System::Less(const ExpressionT &left, const ConstantT &constant)
| Parameter | Beschreibung |
|---|---|
| ExpressionT | Linker Ausdruckstyp. |
| ConstantT | Typ des konstanten Ausdrucks. |
| Parameter | Typ | Beschreibung |
|---|---|---|
| links | const ExpressionT& | Ausdruck, der geprüft wird. |
| Konstante | const ConstantT& | Ausdruck, der mit dem linken verglichen wird. |
ReturnValue
wahr, wenn die Typprüfung erfolgreich ist, sonst falsch.
Siehe auch
- Namespace System
- Library Aspose.Page for C++