PrevUpHomeNext

Lvalue assignment: dcpp::shared_device::operator=


The Lvalue assignment operator= of dcpp::shared_device: let the object reference to underlying device of another object.

Calling Sig:

dcpp::shared_device & operator=(const self_type & other__);
device2 = device1;

Back

Up

c++

Duckcpp

cppfx.xyz


PrevUpHomeNext