STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::logical_not< T > Struct Template Reference

Function which returns the logical not of its argument. More...

Public Member Functions

template<typename Reference >
bool operator() (Reference x) const
 

Public Types

using argument_type = T
 
using result_type = bool
 

Detailed Description

template<typename T>
struct stapl::logical_not< T >

Function which returns the logical not of its argument.

Template Parameters
TType of the argument.

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