Search code examples
Difference between IOptionsMonitor vs. IOptionsSnapshot...

asp.net-coredependency-injectioninterfaceobject-lifetime

Read More
Is taking the address of a member of an uninitialized object well defined?...

c++language-lawyerobject-lifetimector-initializermember-access

Read More
Struct that owns some data and a reference to the data...

rustobject-lifetimeborrow-checker

Read More
How long does a string constant live in c++?...

c++pointersconstantsstring-literalsobject-lifetime

Read More
Extending temporary's lifetime, works with block-scoped aggregate, but not through `new`; why?...

c++c++11language-lawyerobject-lifetime

Read More
Does lifetime extension also construct an object on the stack?...

c++object-lifetime

Read More
std::start_lifetime_as and UB in C++23 multithreaded application...

c++language-lawyerundefined-behaviorobject-lifetimec++23

Read More
Object Lifetime and undefined behavior...

c++undefined-behaviorobject-lifetime

Read More
Can a pointer to a memory be used as initialized trivial type?...

c++object-lifetime

Read More
Services in new scope act like transient services...

c#.netdependency-injection.net-6.0object-lifetime

Read More
Does guaranteed copy elision work with function parameters?...

c++copy-constructorc++17object-lifetimecopy-elision

Read More
Why can a non-const reference parameter be bound to a temporary object?...

c++referenceconstantsobject-lifetimetemporary-objects

Read More
Is it possible to avoid copying a temporary class instance passed to a function that saves a pointer...

c++polymorphismc++17object-lifetime

Read More
Pointer to temporary object...

c++pointersobject-lifetimetemporary-objects

Read More
How to solve "Returns a value referencing data owned by the current function" (Actual depe...

rustborrow-checkerownershipobject-lifetime

Read More
Why variable that declared in a using statement treated as readonly?...

c#.netusing-statementobject-lifetime

Read More
C++ sharing one variable among more instances of object...

c++objectstructobject-lifetime

Read More
When does exception handling unexpectedly influence object lifetimes?...

pythonexceptionobject-lifetime

Read More
Is Rust-style ownership and lifetimes possible without Rust-style borrow checking?...

memory-managementrustlifetimeborrow-checkerobject-lifetime

Read More
Is it UB to keep a pointer to a destroyed object and then use it to access re-created objects, possi...

c++c++20object-lifetime

Read More
Why is the concept of vacuous initialization necessary?...

c++initializationlanguage-lawyerobject-lifetime

Read More
Is it really possible to separate storage allocation from object initialization?...

c++initializationlanguage-lawyerobject-lifetime

Read More
Storage reuse in C++...

c++language-lawyerobject-lifetimeplacement-new

Read More
What is the lifetime of a temporary object bound to a reference in a new-initializer?...

c++referencenew-operatorobject-lifetimetemporary-objects

Read More
Object destruction in C++...

c++exceptiondestructorc++-faqobject-lifetime

Read More
Creating/destroying an object in a static memory section...

c++memorylanguage-lawyermemory-alignmentobject-lifetime

Read More
When does a mutable state value freed from heap?...

memoryf#heap-memorymutableobject-lifetime

Read More
Who and when deletes object when unique_ptr was set to nullptr...

c++memory-managementmemory-leaksunique-ptrobject-lifetime

Read More
What operations with temporary object can prevent its lifetime prolongation?...

c++object-lifetimetemporary-objects

Read More
What is expected lifetime of std::intializer_list object in C++14?...

c++c++14language-lawyerinitializer-listobject-lifetime

Read More
BackNext