top of page

C++ 14 Features.

  • Writer: prashant raj
    prashant raj
  • May 23, 2021
  • 1 min read

C++14 is a version for the programming language C++. New language features

  • Function return type deduction

  • Alternate type deduction on declaration[5]

  • Relaxed constexpr restrictions

  • Variable templates

  • Aggregate member initialization

  • Binary literals

  • Digit separators

  • Generic lambdas

  • Lambda capture expressions

  • The attribute [[deprecated]]

  • Shared mutexes and locking

  • Heterogeneous lookup in associative containers

  • Standard user-defined literals

  • Tuple addressing via type

  • Smaller library features Ex---make_unique

Comments


Drop Me a Line, Let Me Know What You Think

Thanks for submitting!

© 2023 by Train of Thoughts. Proudly created with Wix.com

bottom of page