Namespace: Rx::LFR – Class: CudaImage – Header: Rx.LFR/CudaImage.h

CudaImage::operator= Operator

C++
CudaImage& operator=(const CudaImage& cudaImage)

Deleted assignment operator.

Parameters

[const CudaImage&] cudaImage

The CUDA image to copy.

Returns

CudaImage&

A shallow copy of this object.