Logo ROOT   6.14/05
Reference Guide
std::Detail::not_fn_t< F > Member List

This is the complete list of members for std::Detail::not_fn_t< F >, including all inherited members.

fFunstd::Detail::not_fn_t< F >private
not_fn_t(F &&f)std::Detail::not_fn_t< F >inlineexplicit
not_fn_t(not_fn_t &&h)=defaultstd::Detail::not_fn_t< F >
not_fn_t(const not_fn_t &f)=defaultstd::Detail::not_fn_t< F >
operator()(Args &&... args) &-> decltype(!std::declval< typename std::result_of< typename std::decay< F >::type(Args...)>::type >())std::Detail::not_fn_t< F >inline
operator()(Args &&... args) const &-> decltype(!std::declval< typename std::result_of< typename std::decay< F >::type const(Args...)>::type >())std::Detail::not_fn_t< F >inline