PrevUpHomeNext

Rvalue copy constructor: dcpp::shared_device


Rvalue copy constructor of dcpp::shared_device: move underlying device of temporary dcpp::shared_device object to the new created object.

constructor-12

Calling Sig:

shared_device(const self_type && other__);

Rvalue copy constructor of dcpp::shared_device will move the underlying device of other temporary object to the new created object, the device of other temporary object will be dereferenced.

Back

Up

c++

Duckcpp

cppfx.xyz


PrevUpHomeNext