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 Class

CRBMultiMap::FindFirstWithKey

CRBMultiMap::GetNextWithKey