System::IsPattern method
System::IsPattern method
Implements ‘is’ pattern translation.
template<class PatternT,class ExpressionT,class ResultT> static bool System::IsPattern(const ExpressionT &left, ResultT &result)
Parameter | Description |
---|---|
PatternT | type to check. |
ExpressionT | left expression type. |
ResultT | type of result expression. |
Parameter | Type | Description |
---|---|---|
left | const ExpressionT& | expression which will be checked. |
result | ResultT& | variable which will be assigned to checked type. |
ReturnValue
true if type check is successfull, false otherwise.
See Also
- Namespace System
- Library Aspose.PDF for C++