あるオブジェクトのアドレスが別のオブジェクトのアドレスより小さいかどうかを判断します。
構文
template<class T, class U>
bool operator<(const ComPtr<T>& a, const ComPtr<U>& b) throw();
template<class T, class U>
bool operator<(const Details::ComPtrRef<ComPtr<T>>& a, const Details::ComPtrRef<ComPtr<U>>& b) throw();
パラメーター
a
左側のオブジェクト。
b
右側のオブジェクト。
戻り値
a のアドレスが b のアドレスよりも小さい場合は true
、そうでない場合は false
。
要件
ヘッダー: client.h
名前空間: Microsoft::WRL