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

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dinplace_merge.h42 class __invert // invert the sense of a comparison class
47 _LIBCPP_INLINE_VISIBILITY __invert() {} function in class:__invert
50 explicit __invert(_Predicate __p) : __p_(__p) {} function in class:__invert
117 typedef __invert<_Compare> _Inverted;

Completed in 187 milliseconds