Searched defs:__get_comp (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsort.h72 _Comp __get_comp(_Comp __comp) { return __comp; } function in struct:_UnwrapAlgPolicy
83 _Comp __get_comp(_Wrapped& __w) { return __w.__comp; } function in struct:_UnwrapAlgPolicy

Completed in 162 milliseconds