List Question
20 TechQA 2024-01-23T18:41:13.237000What about self-construction in C++: should copy and move constructors handle calls with `*this` correctly?
138 views
Asked by shuhalo
Please explain move constructors and assignement logic flow
46 views
Asked by alkendev
problem with moving vector of array in c++23 on gcc 13.2
77 views
Asked by DeltaVega
Cast to rvalue reference prevents copy elision
116 views
Asked by pauk
Why does bind_front/bind_back/not_fn/bind require Args... to be move-constructible?
126 views
Asked by 康桓瑋
c++ when do vector push_back deep copy objects?
144 views
Asked by qwert789812
Coding std::sort on struct that needs deep copy
157 views
Asked by Charles
Confusion on template copy assignment function
49 views
Asked by Louis
Weird behavior when using std::move shared_ptr with conditional operator
160 views
Asked by danry
How to make rvalue behave like lvalue reference in c++?
107 views
Asked by yomol777
How to perfectly forward a universal reference that is either a const ref or a movable rvalue?
179 views
Asked by Leon
User-declared destructor doesn't delete implicitly-declared move constructor (and co)
84 views
Asked by Getter
Can class with const members be assigned or copied
61 views
Asked by Biear
why is copy constructor called for every element of vector when i use push_back?
61 views
Asked by Russell Butler
Can I reliably emplace_back in a vector of a type that does not have an assignment operator?
150 views
Asked by really
Is a constructor a move constructor if the parameter is not an object of the class?
145 views
Asked by Eggy