operator<()

SmartPtrInfo::operator<(const SmartPtrInfo&) const method

Less-compares values of pointers referenced by two info objects.

bool System::SmartPtrInfo::operator<(const SmartPtrInfo &other) const

Arguments

ParameterTypeDescription
otherconst SmartPtrInfo&Information on pointer to compare with.

Return Value

True if value of pointer referenced by current info object preceeds the value of other one, false otherwise..

See Also