System::SmartPtrInfo::operator< 方法

SmartPtrInfo::operator< method

对两个 info 对象所引用的指针值进行小于比较。

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

ReturnValue

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

另见