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 | Typ | Beskrivning |
|---|---|---|
| var | ExpressionT& | referens till variabel som ska initieras. |
| värde | const ExpressionT& | värde som ska tilldelas variabeln. |
ReturnValue
alltid sant (detta mönster träffar alltid).
Se även
- Namespace System
- Library Aspose.PDF for C++