
TL;DR
This paper reviews the new type-related features introduced in C++11, including keywords, syntax, and tools, to facilitate easier variable type expression and management.
Contribution
It provides a comprehensive overview of C++11's type-related language elements and tools, highlighting their usage and benefits.
Findings
Introduction of auto and decltype keywords
New syntax for function declarations
Tools in the type_traits header
Abstract
This paper presents a review of some new futures introduced to C++ language by ISO/IEC 14882:2011 standard (known as C++11). It describes new language elements which allow to easier expressed of types of variables: auto and decltype keywords, new function declaration syntax, and tools which are included in type_traits header. ----- Niniejszy artyku{\l} jest jednym z serii artyku{\l}\'ow w kt\'orych zawarto przegl{\ka}d nowych element\'ow j{\ke}zyka C++ wprowadzonych przez standard ISO/IEC 14882:2011, znany pod nazw{\ka} C++11. W artykule przedstawiono nowe mo\.zliwo\'sci zwi{\ka}zane ze wskazywaniem typ\'ow zmiennych. Opisano s{\l}owa kluczowe auto i decltype, now{\ka} sk{\l}adnie deklarowania funkcji/metod oraz narz{\ke}dzia zawarte w pliku nag{\l}\'owkowym <type_traits>.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Computational Techniques and Applications
