CRBTree::GetValueAt
调用此方法检索值存储在 CRBTree 对象的特定位置。
const V& GetValueAt(
POSITION pos
) const throw( );
V& GetValueAt(
POSITION pos
) throw( );
参数
- pos
位置计数器,返回以前调用了方法(如 CRBTree::GetHeadPosition 或 CRBTree::FindFirstKeyAfter。
返回值
返回对该值存储在 CRBTree 对象的特定位置。
要求
Header: atlcoll.h