Search code examples
Does value-initialization first zero-initialize the members of object even with provided default mem...


c++initializationvalue-initializationzero-initializationdefault-initialization

Read More
"result type must be constructible from value type of input range" when creating a std::ve...


c++vectorcompiler-errorsinitializationmove-semantics

Read More
Optimal way to initialize heavy services only once in FastAPI...


pythoninitializationsingletonglobalfastapi

Read More
Can I declare and initialize a map in java with a literal?...


javadictionaryinitialization

Read More
unable to include multiple expressions in initialization of a variable c++...


c++initialization

Read More
Union initialization in C++ and C...


c++cinitializationunionsc++03

Read More
Default constructor, which one is more correct / idiomatic?...


c++11vectorinitialization

Read More
Different notes for uninitialized member inside a generic lambda in GCC 9 and GCC 10...


c++gcclambdainitializationcompiler-warnings

Read More
Possibility of uninitialized use of b in if (!a) { b = get_b(); } if (a || b) { ... }...


cgccinitializationundefined-behavior

Read More
How to set default values in Go structs...


gostructinitializationdefault-value

Read More
__init__ method missing positional argument even though it is clearly passed...


pythonkivyinitializationargumentsinit

Read More
How to declare a variable but not assign it?...


rustinitialization

Read More
Why is implicitly-generated constructor different from user-provided one?...


c++constructorinitializationlanguage-lawyer

Read More
JavaFX won't initialize views...


javagradlejavafxinitialization

Read More
initializing inline and initializing inside constructor which does run first in Typescript?...


typescriptoopconstructorinitialization

Read More
In Scala, what exactly does 'val a: A = _' (underscore) mean?...


scalainitialization

Read More
Is there a special object initializer construct in PHP like there is now in C#?...


phpoopconstructorinitialization

Read More
How should I initialize pthread mutexes in shared memory, since at program start they can be already...


linuxinitializationpthreadsmutexshared-memory

Read More
Swift CoreData create or update entity from JSON...


iosswiftcore-datainitialization

Read More
Using previously set fields when initializing structure with compound literals...


cinitializationc99c23

Read More
Initialize mulitdimensional C-array with 0 elements...


carraysinitialization

Read More
initialize a multidimensional C array of variable size to zero...


carraysinitialization

Read More
How to declare an ArrayList with values?...


javaarraylistinitializationdeclare

Read More
How to extend float3 or any other built-in type to conform to the Codable protocol?...


swiftinitializationscenekitswift4codable

Read More
Is there a performance benefit to using c++'s std(::ranges)::uninitialized_... algorithms, and i...


c++initializationconstexprstd-rangesstatic-assert

Read More
Does having a vector containing structs with uninitialized members lead to undefined behavior...


c++vectorinitializationundefined-behavior

Read More
Using outer class's val/methods as defaults in nested data class declaration...


kotlinnestedinitialization

Read More
Can you store a variable inside a if-clause?...


javaif-statementinitialization

Read More
Why can't class data members be initialized by direct initialization syntax?...


c++initializationlanguage-lawyer

Read More
Scala initialization order object vs. val...


scalaobjectinitializationlazy-initializationscala-3

Read More
BackNext