All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::utils::not_functor< Functor > Struct Template Reference

not_functor More...

#include <functors.hpp>

Public Member Functions

 not_functor (Functor functor=Functor())
 constructor More...
 
template<typename... Args>
auto operator() (Args &&...args) const -> decltype(std::declval< Functor >()(std::forward< Args >(args)...))
 operator() More...
 

Detailed Description

template<typename Functor>
struct paal::utils::not_functor< Functor >

not_functor

Definition at line 895 of file functors.hpp.

Constructor & Destructor Documentation

template<typename Functor >
paal::utils::not_functor< Functor >::not_functor ( Functor  functor = Functor())
inline

constructor

Parameters
functor

Definition at line 901 of file functors.hpp.

Member Function Documentation

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

operator()

Template Parameters
Args
Returns

Definition at line 911 of file functors.hpp.


The documentation for this struct was generated from the following file: