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

Identity mapping function. More...

Public Member Functions

Result operator() (Arg t) const
 

Friends

constexpr bool operator== (identity const &, identity const &) noexcept
 
constexpr bool operator!= (identity const &, identity const &) noexcept
 

Detailed Description

template<typename Arg, typename Result = Arg>
struct stapl::runtime::identity< Arg, Result >

Identity mapping function.

Template Parameters
ArgType mapped from.
ResultType mapped to.

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