Searched refs:__it1 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dminmax_element.h36 bool operator()(_Iter& __it1, _Iter& __it2) { argument
37 return std::__invoke(__comp_, std::__invoke(__proj_, *__it1), std::__invoke(__proj_, *__it2));

Completed in 176 milliseconds