Cpp17FeaturesWeReallyWant: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "== What we as developers want from C++17 == * Polymorphic lambdas * Lambda init-captures * Generalized constant expressions (if-statements and loops in constexpr functions) *...")
(No difference)

Revision as of 10:05, 20 November 2019

What we as developers want from C++17

  • Polymorphic lambdas
  • Lambda init-captures
  • Generalized constant expressions (if-statements and loops in constexpr functions)
  • if constexpr