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
ParameterTypeDescription
otherconst 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