Head on over to the C/C++ Cafe for:
Introduction to the C++11 feature: extended friend declaration
by FangLu
Excerpt:
The extended
friend
declaration feature is newly introduced in the C++11 standard. In this article, I will introduce this feature and provide some examples on how to use this feature.
Firstly, let's see why this feature is added into C++11. ...
Add a Comment
Comments are closed.