Search code examples
How can the type of braces influence object lifetime in C++?...

c++initializationc++20object-lifetimetemporary-objects

Read More
Can value of buffer change after destructor executes...

c++undefined-behaviorobject-lifetimeplacement-new

Read More
Is it safe to store string literals pointers?...

c++staticobject-lifetime

Read More
G++-11 destruction order changed from G++9...

c++g++object-lifetime

Read More
When to use PerThreadLifetimeManager?...

dependency-injectionunity-containerrepository-patternunit-of-workobject-lifetime

Read More
Why does calling std::string.c_str() on a function that returns a string not work?...

c++stringtemporaryobject-lifetime

Read More
Clarification about object lifetime in destructor...

c++destructorobject-lifetime

Read More
Return value optimization for string_view inside shared_ptr...

c++optimizationobject-lifetimereturn-value-optimization

Read More
Long lived HttpClient created by HttpClientFactory...

c#asp.net-corehttpclientobject-lifetimehttpclientfactory

Read More
Delphi FreeAndNil: Looking for an alternate implementation...

delphimemory-managementobject-lifetimerad-studiodelphi-run-time-library

Read More
Is it really UB to access an object whose user-defined destructor has started, but not finished?...

c++object-lifetime

Read More
Destructor for a List class in C++...

c++memory-managementcontainerssingly-linked-listobject-lifetime

Read More
How to setup : services.AddSingleton<ApiResponseService>(); with a lifetime of "server st...

c#asp.netdependency-injectionblazor-server-sideobject-lifetime

Read More
Autofac: Needed: End-Of-Lifetime event for instances handled in a AutofacModule...

object-lifetimeautofac-modulelifetime-scoping

Read More
What to do if an external crate requires static lifetime explicitly?...

ruststaticborrow-checkerobject-lifetimerust-warp

Read More
How do I fix the lifetime mismatch when returning a mutable reference to the struct's field from...

rustobject-lifetime

Read More
Implicit destructor execution in function calling...

c++language-lawyerdestructortemporaryobject-lifetime

Read More
Extending the lifetime of a temporary object without copying it...

c++lifetimervalue-referencetemporaryobject-lifetime

Read More
boost::asio data owning `ConstBufferSequence`...

c++asynchronousboostobject-lifetimeasio

Read More
Lifetime of objects in c++...

c++constructordestructorobject-lifetime

Read More
Is virtual table creation thread safe?...

c++language-lawyerrace-conditionobject-lifetime

Read More
call to pure virtual function from base class constructor...

c++constructorabstract-classobject-lifetimepure-virtual

Read More
Avoiding undefined behaviour: temporary objects...

c++undefined-behaviorlifetimeobject-lifetimetemporary-objects

Read More
Is circumventing a class' constructor legal or does it result in undefined behaviour?...

c++malloclanguage-lawyerobject-lifetime

Read More
System.AccessViolationException error when stored callback is executed...

c++callbackc++-cliaccess-violationobject-lifetime

Read More
How to transfer ownership of some heap memory out of a function?...

memory-managementstructrustobject-lifetime

Read More
How to yield a nilable shared object in Chapel?...

memory-managementobject-lifetimechapeldata-objects

Read More
Is it undefined behavior to run a member function in a separate thread, in parallel to the type'...

c++constructorlanguage-lawyerrace-conditionobject-lifetime

Read More
Preventing early object destruction...

c++variablesdestructorobject-lifetime

Read More
The Scope of Creating an instance of a class inside a method in java...

javaobjectscopeobject-lifetimeobject-construction

Read More
BackNext