System::Collections::Generic::SortedDictionaryPtr class

SortedDictionaryPtr class

Pointer kamus terurut dengan operator akses. Tipe ini adalah pointer untuk mengelola penghapusan objek lain. Itu harus dialokasikan di stack dan diteruskan ke fungsi baik secara nilai maupun referensi konstan.

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

Metode

MetodeDeskripsi
operator[](const T&) constFungsi accessor.
SortedDictionaryPtr()Membuat penunjuk null.
SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&)Membuat penunjuk ke kamus terurut yang ditentukan.

Lihat Juga