CComPtrBase::operator <

更新 : 2007 年 11 月

小なり演算子です。

bool operator <(
   T * pT 
) const throw( );

パラメータ

  • pT
    オブジェクトへのポインタ。

戻り値

現在のオブジェクトに管理されるポインタが、比較対象のポインタよりも小さい場合は、true を返します。

必要条件

ヘッダー : atlcomcli.h

参照

参照

CComPtrBase クラス

その他の技術情報

CComPtrBase のメンバ