C++ Rvalue References, & Move Semantics

C++ Rvalue References, & Move Semantics

John's Basement

3 года назад

864 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mapradnardev
@mapradnardev - 02.11.2023 09:20

great explanation. But which operator will get called in the case foo f3 = f1+f2; wether it will be copy ctor or move ctor?

Ответить