System::Less metod
System::Less method
Implementerar ‘<’ relativ mönsteröversättning.
template<class ExpressionT,class ConstantT> bool System::Less(const ExpressionT &left, const ConstantT &constant)
| Parameter | Beskrivning |
|---|---|
| ExpressionT | vänster uttryckstyp. |
| ConstantT | typ av konstantuttryck. |
| Parameter | Type | Beskrivning |
|---|---|---|
| vänster | const ExpressionT& | uttryck som kommer att kontrolleras. |
| konstant | const ConstantT& | uttryck som kommer att jämföras med det vänstra. |
ReturnValue
sant om typkontrollen lyckas, falskt annars.
Se även
- Namespace System
- Library Aspose.Page for C++