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

Work function which assigns the value of the first argument to the second. More...

Public Member Functions

template<typename Reference1 , typename Reference2 >
void operator() (Reference1 &&x, Reference2 &&y) const
 

Public Types

typedef T first_argument_type
 
typedef T second_argument_type
 
typedef void result_type
 

Detailed Description

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

Work function which assigns the value of the first argument to the second.

Template Parameters
TType of the elements being assigned.

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