lexicographical_compare (STL/CLR)
由兩個序列之間的項目比較項目判斷較小者兩者。
template<class _InIt1, class _InIt2> inline
bool lexicographical_compare(_InIt1 _First1, _InIt1 _Last1,
_InIt2 _First2, _InIt2 _Last2);
template<class _InIt1, class _InIt2, class _Pr> inline
bool lexicographical_compare(_InIt1 _First1, _InIt1 _Last1,
_InIt2 _First2, _InIt2 _Last2, _Pr _Pred);
備註
這個函式的行為與 STL 函式 lexicographical_compare 相同。 如需詳細資訊,請參閱lexicographical_compare。
需求
標頭: <cliext/algorithm>
命名空間: cliext