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

Function which returns its argument. More...

Public Member Functions

template<typename Ref1 >
operator() (Ref1 x)
 
template<typename Ref1 >
operator() (Ref1 x) const
 
bool operator== (identity const &other) const
 

Public Types

using argument_type = T
 
using result_type = T
 

Detailed Description

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

Function which returns its argument.

Template Parameters
TType of the argument.

Instances of this struct with the same template parameter all compare equal.


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