CComBSTR::operator <

更新 : 2007 年 11 月

CComBSTR と文字列を比較します。

bool operator <(
   const CComBSTR& bstrSrc 
) const throw( );
bool operator <(
   LPCOLESTR pszSrc 
) const throw( );
bool operator <(
   LPCSTR pszSrc 
) const throw( );

戻り値

比較している項目が CComBSTR オブジェクトより小さい場合は true を返します。それ以外の場合は false を返します。

解説

ユーザーの既定のロケールを使用して比較を実行します。

必要条件

ヘッダー : atlcomcli.h

参照

参照

CComBSTR クラス

その他の技術情報

CComBSTR のメンバ