System::Collections::Generic::DictionaryPtr::operator[] method
Contents
[
Hide
]DictionaryPtr::operator[](const T&) const method
Access operator.
V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const T &key) const
Parameter | Type | Description |
---|---|---|
key | const T& | Dictionary key. |
ReturnValue
Reference to value corresponding to the key passed, existing or newly created.
See Also
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
DictionaryPtr::operator[](const X&) const method
Access operator to work with key type conversion.
template<class X> V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const X &key) const
Parameter | Description |
---|---|
X | Source key type. |
Parameter | Type | Description |
---|---|---|
key | const X& | Dictionary key. |
ReturnValue
Reference to value corresponding to the key passed, existing or newly created.
See Also
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++