IHash<TKey,TValue>.equal_range(GenericPair<ContainerBidirectionalIterator<TValue>,ContainerBidirectionalIterator<TValue>>, TKey) Метод
Определение
Определяет диапазон, соответствующий указанному ключу.Finds the range that matches a specified key.
public:
void ^ equal_range(Microsoft::VisualC::StlClr::GenericPair<Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^, Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^> ^ % , TKey _Keyval);
public void equal_range (ref Microsoft.VisualC.StlClr.GenericPair<Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue>,Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue>> , TKey _Keyval);
abstract member equal_range : GenericPair * 'Key -> unit
Public Function equal_range (ByRef As GenericPair(Of ContainerBidirectionalIterator(Of TValue), ContainerBidirectionalIterator(Of TValue)), _Keyval As TKey) As Void
Параметры
- GenericPair<ContainerBidirectionalIterator<TValue>,ContainerBidirectionalIterator<TValue>>
- _Keyval
- TKey
Значение ключа, по которому выполняется поиск.The key value for which to search.
Комментарии
Дополнительные сведения см. в разделе [хэш- _ Схема:: equal_range (STL/CLR)]хэш- _ схема:: equal_range (STL/CLR)), hash _ multimap:: equal_range (STL/CLR), хэш- _ набор:: equal_range (stl/CLR)и hash _ мультинабор:: equal_range (STL/CLR).For more information, see [hash_map::equal_range (STL/CLR)]hash_map::equal_range (STL/CLR)), hash_multimap::equal_range (STL/CLR), hash_set::equal_range (STL/CLR), and hash_multiset::equal_range (STL/CLR).