IsConstant()
System::IsConstant(const ExpressionT&, const ConstantT&) function
Implements ‘is’ constant pattern translation.
template<class ExpressionT,class ConstantT> bool System::IsConstant(const ExpressionT &left, const ConstantT &constant)
Template parameters
Parameter | Description |
---|---|
ExpressionT | left expression type. |
ConstantT | type of constant expression. |
Arguments
Parameter | Type | Description |
---|---|---|
left | const ExpressionT& | expression which will be checked. |
constant | const ConstantT& | expression which will be compared with left one. |
Return Value
true if type check is successfull, false otherwise.
See Also
- Namespace System
- Library Aspose.Slides