Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in object-lifetime

Implicit destructor execution in function calling

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

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

What's the point of temporary bound to a member lifetime statement in C++ Standard?

c++ object-lifetime

How long does a string constant live in c++?

Warning C4172: Returning a reference to const std::string bound to a local variable. How safe is it?

Get notification of object disposal/destruction

c# .net clr object-lifetime

Is there any research on (or better use of) of RAII in GC languages?

Variation on the type punning theme: in-place trivial construction

How to extend lifetime of the local variable or what is right way to use references

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

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

Android - is onDestroy supposed to destroy the activity, its variables and free up memory

c++ Dependency Injection: Object lifetimes?

Why does the variable not live long enough?

Does destroying and recreating an object make all pointers to this object invalid?

Moving temporary objects into a vector

c++ c++11 object-lifetime

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

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

C++: lifetime of an object and external functions