Namespace: Rx::LFR – Class: CCudaCompute – Header: Rx.LFR/CudaCompute.h

CCudaCompute::operator= Operator

C++
CCudaCompute& operator=(CCudaCompute&& cudaCompute)

Move assignment operator.

Parameters

[CCudaCompute&&] cudaCompute

[in,out] The cuda compute instance.

Returns

CCudaCompute&

The instance.