Версия на русском языке

RSS

C++ 11

Author: Konstantin Vladimirov
Annotation: Covered innovative parts of new C++ standard: lambda expressions and rvalue references with related details, like std::move and std::function usage.

Keywords: C++11; lambda-expressions; rvalue references;
Author: Sergey Sadovnikov
Translator:
Source:
Contributor:
Annotation: Article contains overview of C++11 variadic templates main features and provides variadic templates usage samples based on functional objects implementation.

Keywords: С++; C++11; variadic templates; C++ templates;