smart_ptr::operator!= Method
op2もしくはpがsmart_comクラスライブラリリファレンス>クラス>smart_comと違うものかどうかをチェックします。
構文
bool operator!=( const smart_ptr& op2 ) const;
bool operator!=( const pointer p ) const;
戻り値
ポインタが別のものである場合にはtrue、同一のものである場合はfalse。
op2もしくはpがsmart_comクラスライブラリリファレンス>クラス>smart_comと違うものかどうかをチェックします。
bool operator!=( const smart_ptr& op2 ) const;
bool operator!=( const pointer p ) const;
ポインタが別のものである場合にはtrue、同一のものである場合はfalse。