System::Collections::Generic::SortedDictionaryPtr クラス

SortedDictionaryPtr class

ソートされた辞書へのポインタで、アクセス演算子を持ちます。この型は他のオブジェクトの削除を管理するポインタです。スタック上に割り当て、値渡しまたは const 参照で関数に渡すべきです。

template<typename T,typename V>class SortedDictionaryPtr : public System::SmartPtr<SortedDictionary<T, V>>

メソッド

メソッド説明
operator[](const T&) constアクセサ関数。
SortedDictionaryPtr()null ポインタを作成します。
SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&)指定されたソート済み辞書へのポインタを構築します。

参照