Introduction To the C++11 Feature: Extended friend Declaration -- FangLu

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.

Comments (1)

0 0

Agentlien said on May 7, 2013 11:56 PM:

This is really good to know. It's fascinating how I've managed to completely miss this change in C++11.