Iros
 
Loading...
Searching...
No Matches
di::function::detail::NotFnFunction< F > Member List

This is the complete list of members for di::function::detail::NotFnFunction< F >, including all inherited members.

NotFnFunction(types::InPlace, Fn &&function)di::function::detail::NotFnFunction< F >inline
NotFnFunction(NotFnFunction const &)=defaultdi::function::detail::NotFnFunction< F >
NotFnFunction(NotFnFunction &&)=defaultdi::function::detail::NotFnFunction< F >
operator()(Args &&... args) &-> decltype(!function::invoke(m_function, util::forward< Args >(args)...))di::function::detail::NotFnFunction< F >inline
operator()(Args &&... args) const &-> decltype(!function::invoke(m_function, util::forward< Args >(args)...))di::function::detail::NotFnFunction< F >inline
operator()(Args &&... args) &&-> decltype(!function::invoke(util::move(m_function), util::forward< Args >(args)...))di::function::detail::NotFnFunction< F >inline
operator()(Args &&... args) const &&-> decltype(!function::invoke(util::move(m_function), util::forward< Args >(args)...))di::function::detail::NotFnFunction< F >inline
operator=(NotFnFunction const &) -> NotFnFunction &=deletedi::function::detail::NotFnFunction< F >
operator=(NotFnFunction &&) -> NotFnFunction &=deletedi::function::detail::NotFnFunction< F >