次の方法で共有


CRBTree::GetValueAt

CRBTree のオブジェクトの特定の位置に格納されている値を取得するときにこのメソッドを呼び出します。

const V& GetValueAt(
   POSITION pos 
) const throw( );
V& GetValueAt(
   POSITION pos 
) throw( );

パラメーター

戻り値

CRBTree のオブジェクトの特定の位置に格納されている値への参照を返します。

必要条件

Header: atlcoll.h

参照

関連項目

CRBTree クラス

CRBTree::GetAt

CRBTree::GetKeyAt