ITree<TKey,TValue>.equal_range Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vyhledá rozsah, který odpovídá zadanému klíči.
public:
void ^ equal_range(Microsoft::VisualC::StlClr::GenericPair<Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^, Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^> ^ % unnamedParam1, TKey _Keyval);
public void equal_range (ref Microsoft.VisualC.StlClr.GenericPair<Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue>,Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue>> unnamedParam1, TKey _Keyval);
abstract member equal_range : GenericPair * 'Key -> unit
Public Function equal_range (ByRef unnamedParam1 As GenericPair(Of ContainerBidirectionalIterator(Of TValue), ContainerBidirectionalIterator(Of TValue)), _Keyval As TKey) As Void
Parametry
- unnamedParam1
- GenericPair<ContainerBidirectionalIterator<TValue>,ContainerBidirectionalIterator<TValue>>
Dvojice iterátorů, které určují rozsah prvků aktuálně v řízené sekvenci, které odpovídají zadanému klíči.
- _Keyval
- TKey
Hodnota klíče, pro kterou se má hledat.
Poznámky
Další informace najdete v tématech hash_map::equal_range (STL/CLR),hash_multimap::equal_range (STL/CLR),hash_set::equal_range (STL/CLR) a hash_multiset::equal_range (STL/CLR).