無序關聯(lián)容器 無序關聯(lián)容器(Unordered associative container)是C++11標準庫中新增的類型,包括 unorder...
std::tuple tuple簡史 C++ Reference對tuple的解釋是“fixed-size collection of hete...
std::swap() std::swap()是一個很簡單的函數(shù):交換兩個參數(shù)的值晤碘,僅此而已。但是這個看似平淡無奇的函數(shù)瓜饥,背后的故事卻不簡單。不...
std::chrono 說起來有點令人難以置信浴骂,直到C++ 11之前乓土,標準庫中唯一可以處理時間的就是<ctime>提供的有限的幾個函數(shù),而即使這...
Smart Pointers Smart pointer溯警,也就是所謂的“智能指針”趣苏,是指那些能夠自我管理生命周期的指針對象。C++ 11之前梯轻,標...
std::array std::array是c-style數(shù)組的對象化包裝食磕。我們知道c-style數(shù)組在使用時很痛苦的一點是數(shù)組本身并不知道自己...
Type Traits Trait在英語中特指a particular quality of your personality,大致相當于漢語中...
C++模板元編程 元程序一詞來源于英文單詞metaprogram喳挑。在英語中彬伦,metaprogram的意思是a program about a p...
原文:Swift's mysterious Builtin module 當你在Playground中cmd+click某個量,比如Int的時候...