All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
paal::utils::not_functor< Functor > Member List

This is the complete list of members for paal::utils::not_functor< Functor >, including all inherited members.

not_functor(Functor functor=Functor())paal::utils::not_functor< Functor >inline
operator()(Args &&...args) const -> decltype(std::declval< Functor >()(std::forward< Args >(args)...))paal::utils::not_functor< Functor >inline