System::SmartPtrInfo::operator< 方法

SmartPtrInfo::operator< method

Less-比较两个信息对象引用的指针的值。

bool System::SmartPtrInfo::operator<(const SmartPtrInfo &other) const
ParameterType描述
其他const SmartPtrInfo&用于比较的指针信息。

ReturnValue

如果当前信息对象引用的指针的值先于另一个指针的值,则为 True;否则为 false。

另见