smart_com::operator-> Method

オブジェクトへのポインタを返します。設定されていない場合、演算子はNULLポインタ例外で失敗します。

構文

pointer operator->();
const_pointer operator->() const;

戻り値

参照されているオブジェクトへのポインタ。