ITree<TKey,TValue>.lower_bound 메서드

정의

지정된 키와 일치하는 요소 범위의 시작 부분을 찾습니다.

public:
 void ^ lower_bound(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ % unnamedParam1, TKey _Keyval);
public void lower_bound (ref Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> unnamedParam1, TKey _Keyval);
abstract member lower_bound : ContainerBidirectionalIterator * 'Key -> unit
Public Function lower_bound (ByRef unnamedParam1 As ContainerBidirectionalIterator(Of TValue), _Keyval As TKey) As Void

매개 변수

unnamedParam1
ContainerBidirectionalIterator<TValue>

제어되는 시퀀스에서 _Keyval과 동일한 버킷으로 해시되고 _Keyval과 순서가 동일한 첫 번째 요소를 지정하는 반복기입니다. 이러한 요소가 없으면 end(ContainerBidirectionalIterator<TValue>)를 반환합니다.

_Keyval
TKey

검색할 키 값입니다.

설명

자세한 내용은 hash_map::lower_bound(STL/CLR), hash_multimap::lower_bound(STL/CLR),hash_set::lower_bound(STL/CLR)hash_multiset::lower_bound(STL/CLR)을 참조하세요.

적용 대상