lenmom

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页

2018年7月25日 #

摘要: 原文地址: https://www.cnblogs.com/fnlingnzb-learner/p/5833051.html C++中的STL中map用法详解 Map是STL的一个关联容器,它提供一对一(其中第一个可以称为关键字,每个关键字只能在map中出现一次,第二个可能称为该关键字的值)的数据  阅读全文
posted @ 2018-07-25 14:33 老董 阅读(945) 评论(0) 推荐(0)

2018年7月24日 #

摘要: folly/Synchronized.h folly/Synchronized.h introduces a simple abstraction for mutex- based concurrency. It replaces convoluted, unwieldy, and just pla 阅读全文
posted @ 2018-07-24 14:40 老董 阅读(599) 评论(0) 推荐(0)

摘要: folly/Conv.h folly/Conv.h is a one-stop-shop for converting values across types. Its main features are simplicity of the API (only the names to and to 阅读全文
posted @ 2018-07-24 13:49 老董 阅读(668) 评论(0) 推荐(0)

摘要: folly/Poly.h Poly is a class template that makes it relatively easy to define a type-erasing polymorphic object wrapper. Type-erasure std::function is 阅读全文
posted @ 2018-07-24 13:20 老董 阅读(583) 评论(0) 推荐(0)

摘要: folly/ Components Below is a list of (some) Folly components in alphabetical order, along with a brief description of each. Arena.h, ThreadCachedArena 阅读全文
posted @ 2018-07-24 13:14 老董 阅读(445) 评论(0) 推荐(0)

摘要: folly/dynamic.h folly/dynamic.h provides a runtime dynamically typed value for C++, similar to the way languages with runtime type systems work (e.g. 阅读全文
posted @ 2018-07-24 13:13 老董 阅读(1093) 评论(0) 推荐(0)

摘要: folly/PackedSyncPtr.h A highly specialized data structure consisting of a pointer, a 1-bit spin lock, and a 15-bit integral packed into sizeof(void*). 阅读全文
posted @ 2018-07-24 13:10 老董 阅读(181) 评论(0) 推荐(0)

摘要: 'folly/Traits.h' Implements traits complementary to those provided in <type_traits> Implements IsRelocatable trait. Implements IsOneOf trait Macros to 阅读全文
posted @ 2018-07-24 13:06 老董 阅读(633) 评论(0) 推荐(0)

摘要: folly/SmallLocks.h This module is currently x64 only. This header defines two very small mutex types. These are useful in highly memory-constrained en 阅读全文
posted @ 2018-07-24 13:02 老董 阅读(232) 评论(0) 推荐(0)

摘要: folly/ThreadCachedInt.h High-performance atomic increment using thread caching. folly/ThreadCachedInt.h introduces a integer class designed for high p 阅读全文
posted @ 2018-07-24 13:01 老董 阅读(151) 评论(0) 推荐(0)

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页