CComPtrBase::operator *

更新 : 2007 年 11 月

間接演算子 (*) です。

T & operator *( ) const throw( );

戻り値

CComPtrBase::p の値を返します。つまり、CComPtrBase オブジェクトが参照するオブジェクトへのポインタを返します。

デバッグ ビルドでは、CComPtrBase::p が NULL 以外の場合にアサーション エラーが発生します。

必要条件

ヘッダー : atlcomcli.h

参照

参照

CComPtrBase クラス

その他の技術情報

CComPtrBase のメンバ