」工欲善其事,必先利其器。「—孔子《論語.錄靈公》
首頁 > 程式設計 > C ++ 17中引入的關鍵語言和庫功能是什麼?

C ++ 17中引入的關鍵語言和庫功能是什麼?

發佈於2025-02-06
瀏覽:295

What are the Key Language and Library Features Introduced in C  17?
C 17

的新功能在C 17的功能開發之後,已經引入了幾個新的語言功能和庫添加: [2 class templatesRepresentation of values of any type with template

Lambda Enhancements:

  • 簡介Constexpr lambdas 的介紹可以在lambdas 引入新屬性,例如[[fallthrough]],[[nodiscard]]和[[and_unused]] [2 ]

      Generalized range-based for loops
    • if constexpr for conditional compilation
  • 其他值得注意的功能: hexadecimal float point literals

      Fixed order-of-evaluation for expressions
    • Direct list-initialization of enums
    • Forward progress guarantees for threads
  • [庫添加:數據類型:

      std ::用於表示任何類型的值的任何,包括非副本類型
    • std :: byte表示沒有類型信息的數據表示
    • ]std::apply for tuple -based callable invocation
  • std::make_from_tuple for constructing objects from tuples
  • Introduction of is_invocable and related traits

      File System Library:
    • Implementation of the File System Technical Specification (TS)
  • New Algorithms:
  • hendering Enhermements:
    • Atomic guarantees and hardware interference size detection
    • Library Fundamentals TS Additions:
    Searching algorithms (alg.search)
  • polymorphic Arlocator(pmr)
  • Splicing for maps, sets, and unordered containers Non-const data() access for strings

    • Smart Pointers:
    • Fixes and tweaks to unique_ptr
    • Introduction of weak_from_this for managing shared pointers
    • Misc:

用於標準庫保留std [0-9]未來標準庫的名稱空間 std :: clamp,std :: gcd和std :: lcm

的異常處理改進,包括std :: undught_exceptions

std :: as_const,std :: bool_constant,以及各種模板實用程序改進的std :: chrono library 在std

  • 中刪除某些C庫,,result_of和其他
最新教學 更多>

免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。

Copyright© 2022 湘ICP备2022001581号-3