All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::utils::Not Struct Reference

Not. More...

#include <functors.hpp>

Public Member Functions

template<typename T >
auto operator() (const T &b) const -> decltype(!b)
 operator() More...
 

Detailed Description

Not.

Definition at line 784 of file functors.hpp.

Member Function Documentation

template<typename T >
auto paal::utils::Not::operator() ( const T &  b) const -> decltype(!b)
inline

operator()

Template Parameters
T
Returns

Definition at line 792 of file functors.hpp.


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