Temporary objects are created and destroyed all the time in a C++ program. A simple example would be a function that returns by value. A tem...

Temporary objects are created and destroyed all the time in a C++ program. A simple example would be a function that returns by value. A tem...
Some of my recent research work has focused on developing a highly generic and reusable library for complex object structure traversal, whic...