共用方式為


CRBMultiMap::GetNextValueWithKey

const V& GetNextValueWithKey(
   POSITION& pos,
   KINARGTYPE key 
) const throw( );
V& GetNextValueWithKey(
   POSITION& pos,
   KINARGTYPE key 
) throw( );

參數

傳回值

傳回項目與指定的索引鍵。

備註

位置值更新為指向下與索引鍵相關的值。 如果沒有其他值不存在,位置值設為 null。

提供基底類別 CRBTree 參閱的文件。如需可用的其他方法的詳細資訊。

範例

CRBMultiMap::CRBMultiMap。請參閱範例。

需求

Header: atlcoll.h

請參閱

參考

CRBMultiMap 類別

CRBMultiMap::FindFirstWithKey

CRBMultiMap::GetNextWithKey