The Daily C++
@dailycpp
1.82K
subscribers
10
photos
2
files
596
links
The best channel about C++ News!
Every day a lot of news!
Send your project/repo/guide/tutorial to
@dailycppbot
Download Telegram
Join
The Daily C++
1.82K subscribers
The Daily C++
Tags:
#addressof
#operator
http://cppisland.com/?p=414
C++ Island
Why Do We Need std::
addressof
, If We Already Have The & Operator?
At first glance, the std::
addressof
method appears to be redundant. Its output is the address of the object passed to it. It’s exactly what the & operator have been doing ever since C wa…