array_view::operator= Operator

Copies the contents of the specified array_view object to this one.

array_view& operator=(
   const array_view& _Other                     
)restrict(amp,cpu);
                     
array_view& operator=(
   const array_view<_Value_type,
   _Rank>& _Other                     
)restrict(amp,cpu);

Parameters

  • _Other
    The array_view object to copy from.

Return Value

A reference to this array_view object.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

array_view Class