next_permutation (STL/CLR)

범위에 있는 요소, 이진 조건부에 보면 다음 위치 지정할 수 있으면 원래 순서는 사전순 다음 큰 순열에서 교체 되는 순서를 바꿉니다.

template<class _BidIt> inline
    bool next_permutation(_BidIt _First, _BidIt _Last);
template<class _BidIt, class _Pr> inline
    bool next_permutation(_BidIt _First, _BidIt _Last, _Pr _Pred);

설명

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

요구 사항

헤더: < cliext/알고리즘 >

네임 스페이스: cliext

참고 항목

참조

algorithm (STL/CLR)