Skip to search formSkip to main contentSkip to account menu

C++17

Known as: C++1z 
C++17 (also called C++1z) is the informal name for the future revision of the C++ ISO/IEC standard. The specification for the C++17 revision is under… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
  • Y. Klimiankou
  • 2019
  • Corpus ID: 211208421
The introduction of the "constexpr" feature in the C++11 standard has raised a great interest in the compile-time function… 
2018
2018
Classes Even though it has a member variable, a constructor, and even a member function with an implementation, the Shape class… 
2018
2018
In recent years there has been an exponential increase in publicly available DNA data. This data encodes a huge amount of… 
2017
2017
Over 90 recipes that leverage the powerful features of the Standard Library in C++17 About This Book Learn the latest features… 
2016
2016
The Vienna Development Method (VDM) uses contract-based elements such as invariants to constrain data, and preand post conditions… 
2015
2015
Programming languages like C and Ada combined with proprietary embedded operating systems have dominated the real-time… 
2015
2015
This paper describes a coding pattern, termed the C++ detection idiom , powered by the void_t metafunction recently accepted into… 
2015
2015
SYCL is a royalty-free, open standard, higher-level C++ programming model for OpenCL. C++ developers can produce easy-to-use… 
Review
2014
Review
2014
base& get_base ( void ) { if ( global_base == nullptr ) throw ( something ); return *global_base; } void using_function… 
2013
2013
It is often useful to expose an Application Programming Interface (API) as a scripting language when developing complex…