List Question
20 TechQA 2024-01-09T18:04:22.007000Ambiguous constructor error in gcc but not in msvc
495 views
Asked by Alan
In C++, under the case `T object(other);`, is it direct initialization or copy initialization?
115 views
Asked by Kevin eyeson
Direct initialization != copy initialization when converting from different type?
159 views
Asked by glades
Why here template Vector3<int> cannot convert to Vector3<int>?
119 views
Asked by Young_cun_yi_ba
Ambiguous Class Template Conversion
222 views
Asked by Darnoc Eloc
Is copy constructor still involved in copy initialization?
312 views
Asked by CPPL
Why smart pointer type member variable can't be initialized at the declaring place in a class?
252 views
Asked by Zhang Zheng
Can not-copyable class be caught by value in C++?
128 views
Asked by Fedor
Initialization in return statements of functions that return by-value
1.1k views
Asked by Ruperrrt
Why does copy initializaton require destructor in C++17 with guaranteed move/copy elision?
451 views
Asked by JVApen
Is copy initialization identical to copy initialization of a copy?
145 views
Asked by Taras Palczynski
Implicit initialization by argument deduction for a templated class array
124 views
Asked by bsobaid
Issues about the copy-initialization of reference type
145 views
Asked by xmh0511
Confused about c++ constructor deletion
125 views
Asked by Allie
What actually happens when copy initializing in C++?
203 views
Asked by sakugawa
Why this copy-initialization (with two implicit conversions) does not work in GCC/Clang?
337 views
Asked by amanjiang
C++ Stringstream initializations
690 views
Asked by nz_21
C++ object construction -- direct initialization versus using the '=' operator, are they equivalent?
204 views
Asked by Jeremy Friesner