Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in object-lifetime

Need help understanding how luabind instantiates classes

Smart pointer that lazily recreates its resource

does passing a method of one object to another object keep the first object alive?

What is the best object lifetime strategy for Redis in web application

In D, is it possible for an object to hold a member object internally?

can memcpy for std::aligned_storage?

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

Is it undefined behavior to run a member function in a separate thread, in parallel to the type's constructor?

How do the ISponsor and ILease interfaces work?

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

Is this a proper use of a temporary std::string?

c++ object-lifetime

Is a reference returned from a temporary variable valid?

How should delegator object lifespans be extended for the duration of a delegate callback?

Lifetime extension of temporary by non-const reference using const-cast

Pointer to deallocated variable changes address

No dangling reference for std::min in libc++

The state of an object between a call to ~Derived() and ~Base()

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

Is it legal to call member functions after an object has been explicitly destroyed but before its memory was deallocated?