次の方法で共有


CRBTree::GetValueAt

CRBTree オブジェクト内の指定された位置に格納されている値を取得します。

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

パラメーター

戻り値

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

必要条件

**ヘッダー:**atlcoll.h

参照

参照

CRBTree クラス

CRBTree::GetAt

CRBTree::GetKeyAt

その他の技術情報

CRBTree のメンバー