System::Set-metod
System::Set method
Implementerar ‘var’-mönsteröversättning.
template<class ExpressionT> bool System::Set(ExpressionT &var, const ExpressionT &value)
| Parameter | Beskrivning |
|---|---|
| ExpressionT | variabeltyp. |
| Parameter | Type | Beskrivning |
|---|---|---|
| var | ExpressionT& | referens till variabel som ska initieras. |
| value | const ExpressionT& | värde som ska tilldelas variabeln. |
ReturnValue
alltid sant (detta mönster matchar alltid).
Se även
- Namespace System
- Library Aspose.Page for C++