Search code examples
Using placement new to update a reference member?...


c++referenceobject-lifetimeplacement-newreference-binding

Read More
Will a reference bound to a function parameter prolong the lifetime of that temporary?...


c++referenceobject-lifetimefunction-parameter

Read More
Unexpected virtual function dispatch when using base class reference instead of pointer...


c++shared-ptrundefined-behaviorobject-lifetimevptr

Read More
Lifetime of object which has vacuous initialization...


c++language-lawyerc++17object-lifetime

Read More
Why isn't it undefined behaviour to destroy an object that was overwritten by placement new?...


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

Read More
Lifetime issue iterating over regex captures...


regexrustlifetimeobject-lifetimeborrowing

Read More
How To Implement PerGraph Lifestyle...


c#.netdependency-injectionsimple-injectorobject-lifetime

Read More
Is a global boolean variable reliable during global destruction?...


c++global-variablesdestructorobject-lifetime

Read More
Is a const reference bound to another reference which is cast from temporary a dangling reference?...


c++language-lawyerobject-lifetimereference-binding

Read More
block object usage after deletion of "this" pointer...


c++qtpointersqmlobject-lifetime

Read More
DbContext not update when multiple requests are sent in a short time...


entity-frameworkasp.net-web-api2inversion-of-controlautofacobject-lifetime

Read More
How can I ensure Dispose() is called on an advanced function's local variable on stop signal?...


powershellidisposablepowershell-cmdletobject-lifetime

Read More
Order of destructors...


c++destructorobject-lifetime

Read More
MS Access: Way to maintain persistent session across multiple Form Events?...


sessionms-accessvbawinhttpobject-lifetime

Read More
Giving default values to reference member variables...


c++classreferenceconstructorobject-lifetime

Read More
A Question On Smart Pointers and Their Inevitable Indeterminism...


c++shared-ptrraiiobject-lifetime

Read More
Is this undefined behaviour or a bug with struct init?...


c++structlanguage-lawyerobject-lifetimelist-initialization

Read More
unique_ptr to a concrete type...


c++pointersundefined-behaviorunique-ptrobject-lifetime

Read More
Why do I need to dispose of subscriptions after completion?...


system.reactivereactive-programmingidisposablereactiveobject-lifetime

Read More
How does std::future affects the lifetime of an associated std::packaged_task?...


c++c++11lambdaobject-lifetimestd-future

Read More
Is using the result of new char[] or malloc to casted float * is UB (strict aliasing violation)?...


c++malloclanguage-lawyerstrict-aliasingobject-lifetime

Read More
Can the storage of trivially copyable objects be safely reallocated with realloc?...


c++c++11language-lawyerreallocobject-lifetime

Read More
Resolve elided static lifetime when borrowing from an object pool...


rustobject-lifetime

Read More
Passing the "this" pointer to other class/function in destructor...


c++c++11thisdestructorobject-lifetime

Read More
Convert to std::string and get const char * in one line...


c++stringobject-lifetime

Read More
Lifetime of object created without 'new' assigned to pointer...


c++objectobject-lifetime

Read More
Is it safe to wait for asynchronous work by joining in the destructor?...


c++multithreadingc++11thread-safetyobject-lifetime

Read More
Need guidance on Autofac custom lifetimescopes vs. multi tenancy...


c#inversion-of-controlautofacobject-lifetime

Read More
Why can I reinitialize a constant inside a loop?...


c++cconstantslifetimeobject-lifetime

Read More
At what point does a controller class instantiate a controller object in a Rails web app?...


ruby-on-railsrubyoopobjectobject-lifetime

Read More
BackNext