CRBMultiMap::GetNextWithKey

const CPair* GetNextWithKey( 
   POSITION& pos, 
   KINARGTYPE key  
) const throw( ); 
CPair* GetNextWithKey( 
   POSITION& pos, 
   KINARGTYPE key  
) throw( );

参数

返回值

返回下一个 CRBTree::CPair选件类 元素与特定键。

备注

更新位置值指向下一个值与键。 如果没有其他值不存在,位置值设置为NULL。

为基类 CRBTree 参见文档以了解有关可用其他方法的信息。

要求

Header: atlcoll.h

请参见

参考

CRBMultiMap Class

CRBMultiMap::FindFirstWithKey

CRBMultiMap::GetNextValueWithKey