not_functor
More...
#include <functors.hpp>
|
| 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...
|
|
template<typename Functor>
struct paal::utils::not_functor< Functor >
not_functor
Definition at line 895 of file functors.hpp.
template<typename Functor >
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
-
- Returns
Definition at line 911 of file functors.hpp.
The documentation for this struct was generated from the following file: