upper_bound (STL/CLR)

이진 조건부 여 정렬 기준을 지정할 수 위치는 지정한 값 보다 큰 값을 가진 정렬 된 범위의 첫 번째 요소 위치를 찾습니다.

template<class _FwdIt, class _Ty> inline
    _FwdIt upper_bound(_FwdIt _First, _FwdIt _Last, const _Ty% _Val);
template<class _FwdIt, class _Ty, class _Pr> inline
    _FwdIt upper_bound(_FwdIt _First, _FwdIt _Last,
        const _Ty% _Val, _Pr _Pred);

설명

이 함수는 STL 함수 동작 upper_bound.자세한 내용은 upper_bound를 참조하십시오.

요구 사항

헤더: < cliext/알고리즘 >

네임 스페이스: cliext

참고 항목

참조

algorithm (STL/CLR)