System::SmartPtrInfo::operator< method
SmartPtrInfo::operator< method
Less-compares values of pointers referenced by two info objects.
bool System::SmartPtrInfo::operator<(const SmartPtrInfo &other) const
Parameter | Type | Description |
---|---|---|
other | const SmartPtrInfo& | Information on pointer to compare with. |
ReturnValue
True if value of pointer referenced by current info object preceeds the value of other one, false otherwise..
See Also
- Class SmartPtrInfo
- Class SmartPtrInfo
- Namespace System
- Library Aspose.PDF for C++