Search code examples
Smart pointer that lazily recreates its resource...

c++pointerssmart-pointersobject-lifetime

Read More
Caching of anonymous objects in Javascript...

javascriptscopememory-addressobject-lifetime

Read More
Invoking virtual method in constructor: difference between Java and C++...

javac++virtual-functionsobject-lifetimevptr

Read More
Destructor call in a comma-separated expression...

c++language-lawyerobject-lifetimetemporary-objectscomma-operator

Read More
Life extension of temporary by const reference...

c++object-lifetimetemporary-objectsconst-referencescopeguard

Read More
Reference to anonymous rvalue is corrupted...

c++referenceglobalrvalueobject-lifetime

Read More
Unity child container HierarchicalLifetimeManager mvc and windows service...

c#asp.net-mvcentity-frameworkunity-containerobject-lifetime

Read More
Manually constructing a trivial base class via placement-new...

c++language-lawyerobject-lifetimeplacement-new

Read More
What happens when a function returns a CString?...

c++visual-c++mfcobject-lifetime

Read More
Lifetime of object is over before destructor is called?...

c++destructorlanguage-lawyerobject-lifetime

Read More
C++ objects lifetime on stack and heap...

c++delphiobject-lifetime

Read More
What's the life time of the string object passed into std::runtime_error's ctor?...

c++c++11exceptionstandardsobject-lifetime

Read More
How to deal with run-time parameters when using lifetime scoping?...

c#dependency-injectioninversion-of-controlautofacobject-lifetime

Read More
C++ lambda. How need to capture the pointer?...

c++c++11pointerslambdaobject-lifetime

Read More
How do I elegantly use smart pointers to model complex lifetimes in C++?...

c++smart-pointersraiiobject-lifetime

Read More
What is the difference between a destructor and a funtion that deallocates?...

c++oopdestructorobject-lifetime

Read More
Lifetime of dependent classses in C++?...

c++pointerscircular-dependencyobject-lifetime

Read More
Enforce lifetime of parent object...

c++object-lifetime

Read More
Are local objects guaranteed to outlive temporary arguments? (C++11)...

c++c++11object-lifetime

Read More
Remove just last instance of an activity from stack...

androidcallstackobject-lifetime

Read More
adapter class for C++ interface with move constructor...

c++c++11interfacemove-semanticsobject-lifetime

Read More
At what stage in a control's lifetime can it access inherited attached properties?...

c#wpfdependency-propertiesattached-propertiesobject-lifetime

Read More
C# Thread object lifetime...

c#multithreadingobject-lifetime

Read More
What is the order of destruction of function arguments?...

c++functionargumentslanguage-lawyerobject-lifetime

Read More
What is the order of destruction of function parameters?...

c++functionparameterslanguage-lawyerobject-lifetime

Read More
Java inline object passed as parameter lifetime...

javalifetimeobject-lifetime

Read More
No dangling reference for std::min in libc++...

c++referenceclang++libc++object-lifetime

Read More
How to specify a child scope for constructor func factory parameter?...

c#scopeautofaclifetimeobject-lifetime

Read More
Lifetime errors with a simple resource Allocator struct...

rustlifetimeobject-lifetimelifetime-scoping

Read More
Can a const int ref in a constructor safely bind to a literal?...

c++referencelanguage-lawyertemporaryobject-lifetime

Read More
BackNext