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

Function which returns the negation of its argument. More...

Public Member Functions

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

Public Types

using argument_type = T
 
using result_type = T
 

Detailed Description

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

Function which returns the negation of its argument.

Template Parameters
TType of the argument.

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