List Question
20 TechQA 2024-01-18T17:57:33.987000How parameter type conversion in C++ operator works?
39 views
Asked by CPW
Is there any reason to mark a constructor of an abstract class as explicit
133 views
Asked by Caduchon
error: use of deleted function operator=(&&) with std::optional
469 views
Asked by glades
Why is there no implicit conversion sequence from int to vector<double>?
159 views
Asked by Starhowl
C++ copy assignment operator behaviour
989 views
Asked by ZR_xdhp
Why is my explicit constructor creating this ambiguity for my conversion operator?
417 views
Asked by Richard Fabian
Why is the converting constructor preferred to the conversion operator?
237 views
Asked by Itachi Uchiwa
Can't add element into container<T> with emplace new if T has explicit constructor
256 views
Asked by thamas
C++ use of explicit suggested by cppcheck
1.3k views
Asked by DDS
Is there really no explicit constructor of std::string from an std::string_view?
1.4k views
Asked by einpoklum
To use parameterized constructor through explicit call
130 views
Asked by AudioBubble
Why is the constructor of std::in_place_t defaulted and explicit?
349 views
Asked by Martin Fehrs
C++: Particularities of considering but not calling constructors
137 views
Asked by Reizo
Avoid spelling out type in artificially amgibuous overloaded function call
134 views
Asked by AudioBubble
Copy constructor and overloaded addition operator
280 views
Asked by Eduardo J. Sanchez
Why is the constructor in this C++ code ambiguous and how do I fix it?
409 views
Asked by AOK
Explicit constructor still allows for implicit conversion
544 views
Asked by Julian
Initializing array through explicit constructor
1.7k views
Asked by bgp2000
c++ explicit constructor called in implicit situation
177 views
Asked by eivour
Explicit default constructors in C++17
2.3k views
Asked by Tristan Brindle