Home | History | Annotate | Download | only in include

Lines Matching full:__fn

2405 __not_fn_imp<decay_t<_RawFunc>> not_fn(_RawFunc&& __fn) {
2406 return __not_fn_imp<decay_t<_RawFunc>>(_VSTD::forward<_RawFunc>(__fn));