Notice: file_put_contents(): Write of 11553 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50

Warning: file_put_contents(): Only 4096 of 15649 bytes written, possibly out of free disk space in /var/www/tgoop/post.php on line 50
Senior C++ Developer@seniorcpp P.2778
SENIORCPP Telegram 2778
Что нужно дописать, чтобы при вызове конструктора перемещения член класса действительно "переместился"?

Нужно дописать std::move в списке инициализации перемещающего конструктора:
A(A&& oth) : str(std::move(oth.str)){ }

Но это гарантирует "перемещение" только в том случае, если у этого объекта, в свою очередь, есть перемещающий конструктор (в данном случае, у std::string он есть).



tgoop.com/seniorcpp/2778
Create:
Last Update:

Что нужно дописать, чтобы при вызове конструктора перемещения член класса действительно "переместился"?

Нужно дописать std::move в списке инициализации перемещающего конструктора:
A(A&& oth) : str(std::move(oth.str)){ }

Но это гарантирует "перемещение" только в том случае, если у этого объекта, в свою очередь, есть перемещающий конструктор (в данном случае, у std::string он есть).

BY Senior C++ Developer




Share with your friend now:
tgoop.com/seniorcpp/2778

View MORE
Open in Telegram


Telegram News

Date: |

The creator of the channel becomes its administrator by default. If you need help managing your channel, you can add more administrators from your subscriber base. You can provide each admin with limited or full rights to manage the channel. For example, you can allow an administrator to publish and edit content while withholding the right to add new subscribers. Co-founder of NFT renting protocol Rentable World emiliano.eth shared the group Tuesday morning on Twitter, calling out the "degenerate" community, or crypto obsessives that engage in high-risk trading. The SUCK Channel on Telegram, with a message saying some content has been removed by the police. Photo: Telegram screenshot. Informative How to create a business channel on Telegram? (Tutorial)
from us


Telegram Senior C++ Developer
FROM American