System::Set method
System::Set method
Implements ‘var’ pattern translation.
template<class ExpressionT> bool System::Set(ExpressionT &var, const ExpressionT &value)
| Parameter | Description |
|---|---|
| ExpressionT | variable type. |
| Parameter | Type | Description |
|---|---|---|
| var | ExpressionT& | reference to variable to be initialized. |
| value | const ExpressionT& | value to be assigned to variable. |
ReturnValue
always true (this pattern always hits).
See Also
- Namespace System
- Library Aspose.PDF for C++