index::operator= Operator

Copies the contents of the specified index object into this one.

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

Parameters

  • _Other
    The index object to copy from.

Return Value

A reference to this index object.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

index Class