libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ __lexicographical_compare_aux1() [2/4]

template<typename _Tp1, typename _Ref1, typename _Ptr1, typename _Tp2>
bool std::__lexicographical_compare_aux1 ( ::_Deque_iterator< _Tp1, _Ref1, _Ptr1 > __first1,
::_Deque_iterator< _Tp1, _Ref1, _Ptr1 > __last1,
_Tp2 * __first2,
_Tp2 * __last2 )
inline

Definition at line 1491 of file deque.tcc.

1495 { return std::__lex_cmp_dit(__first1, __last1, __first2, __last2) < 0; }
int __lex_cmp_dit(::_Deque_iterator< _Tp1, _Ref, _Ptr > __first1, ::_Deque_iterator< _Tp1, _Ref, _Ptr > __last1, const _Tp2 *__first2, const _Tp2 *__last2)
Definition deque.tcc:1450

References __lex_cmp_dit(), and __lexicographical_compare_aux1().

Referenced by __lexicographical_compare_aux(), __lexicographical_compare_aux(), __lexicographical_compare_aux(), __lexicographical_compare_aux1(), __lexicographical_compare_aux1(), __lexicographical_compare_aux1(), __lexicographical_compare_aux1(), and __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::bidirectional_iterator_tag >::_M_get_distance_to_end().

Here is the call graph for this function:
Here is the caller graph for this function: