mardi 25 juillet 2017

New Features in C++ - what does this code means

I was going thru self learning of std::make_unique functionality where I found the below declaration at cppreference.com

template< class T, class... Args >
unique_ptr<T> make_unique( Args&&... args );

I am completely not able to understand the signature of the method / function above.

Also how can we self learn C++ 11 / 14 and 17 of its advanced feature by simple step by step examples - if only I know what is there in the new C++ releases?

Aucun commentaire:

Enregistrer un commentaire