Search code examples
Are pointer to a member of this allowed in object initialization?...


c++initializationlanguage-lawyerobject-lifetimeaggregate-initialization

Read More
Is the value of `this` pointer constant during the object's lifetime?...


c++thislanguage-lawyerobject-lifetime

Read More
Variation on the type punning theme: in-place trivial construction...


c++language-lawyerreinterpret-castobject-lifetimeplacement-new

Read More
Will garbage collector recycle an object if the object's type was mapped with the TransientLifet...


.netdependency-injectionunity-containerioc-containerobject-lifetime

Read More
At what point does the lifetime of a trivial type created by placement-new start?...


c++language-lawyerobject-lifetimeplacement-newobject-model

Read More
Lifetime extension of temporary by non-const reference using const-cast...


c++language-lawyerobject-lifetimeconst-cast

Read More
Why would the behavior of std::memcpy be undefined for objects that are not TriviallyCopyable?...


c++c++11language-lawyermemcpyobject-lifetime

Read More
Is object existence distinct from object lifetime?...


c++constructorlanguage-lawyerterminologyobject-lifetime

Read More
Extending temporary's lifetime through rvalue data-member works with aggregate, but not with con...


c++c++11language-lawyerrvalue-referenceobject-lifetime

Read More
How do the ISponsor and ILease interfaces work?...


c#.net.net-remotingobject-lifetime

Read More
Definition of object and instantiation...


c++classobjectdefinitionobject-lifetime

Read More
Undebuggable non-deterministic heisenbug in single-threaded C++ function call...


c++debuggingobject-lifetimeheap-corruptionnon-deterministic

Read More
Pointer to deallocated variable changes address...


c++pointerslanguage-lawyerundefined-behaviorobject-lifetime

Read More
rvalue reference and polymorphism...


c++virtual-functionsrvalue-referenceobject-lifetimetemporary-objects

Read More
MEF keeps reference of NonShared IDisposable parts, not allowing them to be collected by GC...


.netmemory-leaksprismmefobject-lifetime

Read More
Problems with c++ lifetime extension...


c++object-lifetime

Read More
Observable doesn't receives events...


iosobservablerx-swiftobject-lifetimecombinelatest

Read More
Is calling destructor from a catch block in constructor safe?...


c++constructortry-catchobject-lifetimeexplicit-destructor-call

Read More
Using a temporary object to initialise thread...


c++multithreadinginitializationmoveobject-lifetime

Read More
What is the lifetime of unassigned object created in a constructor in java?...


javaobjectconstructorobject-lifetime

Read More
Allowing a completion handler to outlive the local scope where it's created...


iosswiftmemory-managementautomatic-ref-countingobject-lifetime

Read More
c++17: A temporary object never destroyed...


c++gcclanguage-lawyerc++17object-lifetime

Read More
Is casting a temporary with type `int` to a reference safe?...


c++referencelanguage-lawyerobject-lifetime

Read More
Private field captured in anonymous delegate...


c#memory-leaksclosuresanonymous-methodsobject-lifetime

Read More
What does a implicitly defined destructor do...


c++destructorobject-lifetime

Read More
Is it undefined behavior to initialize data before placement new?...


c++language-lawyerundefined-behaviorobject-lifetimeplacement-new

Read More
Chapel : Understanding lifetime of managed classes with zip and user-defined iterators...


object-lifetimechapel

Read More
Why can't I dynamic_cast "sideways" during multiple inheritence?...


c++inheritanceconstructordynamic-castobject-lifetime

Read More
Destruction of return value on destructor exception...


c++exceptionc++14destructorobject-lifetime

Read More
Exact moment of "return" in a C++-function...


c++language-lawyerc++17object-lifetimecopy-elision

Read More
BackNext