Home
last modified time | relevance | path

Searched refs:__proj_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dminmax_element.h29 _Proj& __proj_; variable
33 : __comp_(__comp), __proj_(__proj) {} in _MinmaxElementLessFunc()
37 return std::__invoke(__comp_, std::__invoke(__proj_, *__it1), std::__invoke(__proj_, *__it2)); in operator()