Addresses and Nodes: Two Ways To Get Around -- Andrew Koenig

Continuing Koenig's series on move semantics:

Addresses and Nodes: Two Ways To Get Around 

by Andrew Koenig

From the article:

Programs that avoid address arithmetic can also avoid moving data. The reason is that it is only arithmetic that really cares about where in memory an object is; in other circumstances, having a pointer to that memory is enough.

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.