Defaulted Functions in C++11 -- Fang Lu

New at the IBM DeveloperWorks C/C++ Cafe:

Defaulted functions in C++11

by Fang Lu

From the article:

The defaulted functions feature is newly introduced into the C++11 standard. In this article, I will explain this feature and provide some examples on how to use it.

Add a Comment

Comments are closed.

Comments (1)

0 0

monamimani said on May 30, 2013 08:46 AM:

I have a question about the article. It claim: "The user-defined default constructor is less efficient than the compiler implicitly defined default constructor." I don't see why? What makes implicit constructors more efficient?