Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in explicit-constructor
Inheritance and explicit constructors?
Feb 22, 2023
c++
constructor
c++11
explicit-constructor
Implicit constructor available for all types derived from Base excepted the current type?
Feb 21, 2023
c++
c++11
implicit-conversion
enable-if
explicit-constructor
Why is my explicit constructor creating this ambiguity for my conversion operator?
Jun 25, 2022
c++
explicit-conversion
explicit-constructor
c++ copy initialization & direct initialization, the weird case
Jul 09, 2019
c++
constructor
copy-constructor
explicit-constructor
When is a c++ constructor not called?
Aug 26, 2022
c++
constructor
explicit-constructor
This is not copy-initializing, or is it?
Oct 28, 2022
c++
c++11
explicit-constructor
copy-initialization
Why is the constructor of std::in_place_t defaulted and explicit?
Dec 02, 2021
c++
std
explicit
explicit-constructor
defaulted-functions
Difference in object construction using "X x(42)" and "X x = 42"?
Apr 19, 2017
c++
constructor
explicit-constructor
explicit non-single parameter constructor
May 27, 2022
c++
constructor
explicit
explicit-constructor
C++11 initializer_list constructor marked "explicit"
May 29, 2017
c++
c++11
initializer-list
explicit-constructor
Can I overload an implicit initialization to 0?
Sep 12, 2022
c++
constructor
initializer
explicit-constructor
Implicit conversion from int to vector?
Sep 14, 2022
c++
visual-studio
vector
type-conversion
explicit-constructor
Why is the std::bitset constructor with an unsigned long long argument not marked as explicit?
Dec 21, 2021
c++
implicit-conversion
bitset
unsigned-long-long-int
explicit-constructor
Is removing 'explicit' from a constructor binary compatible?
Mar 13, 2022
c++
c++03
explicit-constructor
Why is the constructor in this C++ code ambiguous and how do I fix it?
Apr 28, 2022
c++
templates
implicit-conversion
explicit-constructor
Inheriting an explicit constructor (Intel C++)
Dec 22, 2021
c++
c++11
using-declaration
icc
explicit-constructor
Explicit on N-ary constructors?
Oct 12, 2018
c++
constructor
c++11
explicit-constructor
What's the reasoning behind std::unique_ptr<T>'s constructor from T* being explicit?
Oct 14, 2022
c++
c++11
unique-ptr
explicit-constructor
What's the difference between explicit and implicit assignment in C++
Sep 16, 2022
c++
explicit-constructor
Older Entries »