CRBMultiMap::GetNextWithKey
const CPair* GetNextWithKey(
POSITION& pos,
KINARGTYPE key
) const throw( );
CPair* GetNextWithKey(
POSITION& pos,
KINARGTYPE key
) throw( );
参数
pos
位置值,获取通过调用 CRBMultiMap::FindFirstWithKey 或 CRBMultiMap::GetNextValueWithKey或以前调用了 GetNextWithKey。key
指定标识将找到的元素的键。
返回值
返回下一个 CRBTree::CPair选件类 元素与特定键。
备注
更新位置值指向下一个值与键。 如果没有其他值不存在,位置值设置为NULL。
为基类 CRBTree 参见文档以了解有关可用其他方法的信息。
要求
Header: atlcoll.h