Search code examples
C++: reference and lifetime extension using const...

c++referenceconstantscopy-constructorobject-lifetime

Read More
C++ Using a reference to the variable being defined...

c++scopelanguage-lawyerself-referenceobject-lifetime

Read More
The lifetime of a temporary to which several references are bound in C++...

c++standardstemporaryobject-lifetime

Read More
Object scope and lifetime in a for loop...

c++scopeobject-lifetime

Read More
C++ object lifetime and destructors called...

c++object-lifetime

Read More
Storing member function in a vector and ensuring object still exists when invoked later...

c++c++11callbackstd-functionobject-lifetime

Read More
Who owns wrapped streams (e.g. TextWriter) in .NET?...

c#.netstreamobject-lifetimeobjectdisposedexception

Read More
Will NSManagedObjectContext live long enough to perform all blocks submitted with -performBlock:?...

objective-ccore-datansmanagedobjectcontextobject-lifetime

Read More
Lifetime of const references bound to destroyed stack variable...

c++referenceobject-lifetime

Read More
Variable lifetime...

c#lifetimeobject-lifetimelifetime-scoping

Read More
can memcpy for std::aligned_storage?...

c++c++14memcpyobject-lifetime

Read More
Why does the variable not live long enough?...

rustobject-lifetimelifetime

Read More
How can I increase ownership count of std::shared pointer...

c++smart-pointersobject-lifetimelifetime-scoping

Read More
What is the lifetime of an object immediately passed as a parameter?...

c++memoryreferencelifetimeobject-lifetime

Read More
Why is unique_ptr null?...

c++c++11move-semanticsunique-ptrobject-lifetime

Read More
Is there a reliable way to destroy private data structures when a standard NSView or NSWindow is des...

objective-ccocoaobject-lifetime

Read More
Before_validation :foo, on: :update not working as expected...

ruby-on-railsactiverecordcallbackobject-lifetime

Read More
Is a reference returned from a temporary variable valid?...

c++chainingobject-lifetime

Read More
Is HierarchicalLifetimeManager the correct lifetime manager to use for WCF client / ChannelFactory...

wcfdependency-injectioninversion-of-controlunity-containerobject-lifetime

Read More
Is the lifetime of the temporary string long enough here?...

c++object-lifetime

Read More
Strong reference to `self` to keep the object alive (temporarily): evil?...

iosobjective-cautomatic-ref-countinguialertviewobject-lifetime

Read More
What happens if we directly return class instance's memory location?...

c++classobject-lifetime

Read More
Why AppDomain.GetLifetimeService returns null?...

c#.netappdomain.net-remotingobject-lifetime

Read More
Explicit lifetime error in rust...

enumsrustlifetimeobject-lifetime

Read More
MarshalByRefObject Lifetime...

c#vb.netremotingappdomainobject-lifetime

Read More
Can I back a boost intrusive collection using boost pool as storage?...

c++boostobject-lifetimeintrusive-containers

Read More
Spurious warning about binding temporary to reference member in constructor...

c++c++11g++object-lifetime

Read More
Error associated with std::unique_ptr...

c++c++11unique-ptrobject-lifetime

Read More
What is recommended lifetime of Database object in a web application?...

.netwebpetapocoobject-lifetime

Read More
How to fix: value may contain references; add `'static` bound to `T`...

rustobject-lifetime

Read More
BackNext