Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in object-lifetime

A Question On Smart Pointers and Their Inevitable Indeterminism

What is the order of destruction of function parameters?

Is circumventing a class' constructor legal or does it result in undefined behaviour?

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

Existence of objects created in C functions

Is the value of `this` pointer constant during the object's lifetime?

C# Thread object lifetime

Is it wrong to use braces for variable scope purposes?

Is it ok to return default argument's value by const reference?

memcpy/memmove to a union member, does this set the 'active' member?

What does it mean for an object to exist in C++?

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

How can the type of braces influence object lifetime in C++?

What is the order of destruction of function arguments?

Destruction of return value on destructor exception

Difference between IOptionsMonitor vs. IOptionsSnapshot

Lifetime of lambda objects in relation to function pointer conversion

call to pure virtual function from base class constructor

AppDomain and MarshalByRefObject life time : how to avoid RemotingException?

Exact moment of "return" in a C++-function