Share via


tiled_extent::operator= Operator

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

tiled_extent& operator=(
   const tiled_extent& _Other
) restrict (amp, cpu);

Parameters

  • _Other
    The tiled_index object to copy from.

Return Value

A reference to this tiled_index instance.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

tiled_extent Class