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

/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dunary_negate.h25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 unary_negate class in inherits:__unary_function
30 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI explicit unary_negate(const _Predicate& __pred) function in class:unary_negate
39 _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI unary_negate<_Predicate>
41 return unary_negate<_Predicate>(__pred);
/freebsd-current/lib/libc++/
H A DMakefile790 FUN_HEADERS+= unary_negate.h

Completed in 62 milliseconds