System::SmartPtrInfo::operator< メソッド

SmartPtrInfo::operator< method

2つの info オブジェクトが参照するポインタの値を比較します。

bool System::SmartPtrInfo::operator<(const SmartPtrInfo &other) const
パラメーター説明
その他const SmartPtrInfo&比較対象となるポインタに関する情報。

ReturnValue

現在の情報オブジェクトが参照するポインタの値が他方のポインタの値よりも前にある場合は true、そうでない場合は false。

参照