Work function which assigns the value of the first argument to the second.
More...
|
template<typename Reference1 , typename Reference2 > |
void | operator() (Reference1 &&x, Reference2 &&y) const |
|
|
typedef T | first_argument_type |
|
typedef T | second_argument_type |
|
typedef void | result_type |
|
template<typename T>
struct stapl::assign< T >
Work function which assigns the value of the first argument to the second.
- Template Parameters
-
T | Type of the elements being assigned. |
The documentation for this struct was generated from the following file: