《C++標準庫-學習教本與參考手冊 第二版》談的是與最新ANSI/ISO C++ Standard (C++11) 結合的標準庫。本書為標準庫的每一組件提供範圍廣泛的說明,包括目的與設計之介紹,複雜觀念之清晰描述,必要之編程細節,陷阱之歸納整理,關鍵classes與functions之精確宣告和定義,以及為數眾多且有效運行之程式碼。具體而言,本書專注於標準模板庫(Standard Template Library, STL),詳細盤查了其中的容器(containers)、迭代器(iterators)、函式物件(function objects)和STL演算法(algorithms)。
本書涵蓋C++11標準庫的所有新組件,包括:
‧Concurrency ‧Fractional Arithmetic ‧Clocks and timers ‧Tuples ‧New STL containers ‧New STL algorithms ‧New smart pointers ‧New locale facets ‧Random numbers and distributions ‧Type traits and utilities ‧Regular expressions
本書也診察了新的C++編程風貌和它對標準庫的影響,包括lambdas, range-based for loops, move semantics和variadic templates.