Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dnot_fn.h39 struct __not_fn_t : __perfect_forward<__not_fn_op, _Fn> { struct
46 return __not_fn_t<decay_t<_Fn>>(std::forward<_Fn>(__f)); in not_fn()