“cpp/thread/promise/uses allocator”的版本间的差异

来自cppreference.com
< cpp‎ | thread‎ | promise
(Translated from the English version using Google Translate)
 
P12讨论 | 贡献
(1个修订: Translate from the English version)

2012年10月26日 (五) 04:32的版本

 
 
并发支持库
线程
(C++11)
(C++20)
this_thread 命名空间
(C++11)
(C++11)
(C++11)
协作式取消
互斥
(C++11)
通用锁管理
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
条件变量
(C++11)
信号量
闩与屏障
(C++20)
(C++20)
未来体
(C++11)
(C++11)
(C++11)
(C++11)
安全回收
(C++26)
风险指针
原子类型
(C++11)
(C++20)
原子类型的初始化
(C++11)(C++20 弃用)
(C++11)(C++20 弃用)
内存定序
(C++11)(C++26 弃用)
原子操作的自由函数
原子标志的自由函数
 
 
template< class R, class Alloc >
struct uses_allocator<std::promise<R>, Alloc> : true_type { };
(C++11 起)
。提供一个专业化的std::uses_allocator型特征std::promise.
原文:
Provides a specialization of the std::uses_allocator type trait for std::promise.
文本通过谷歌翻译机器翻译。
你可以帮忙校正和验证翻译。点击此处查看指示。

。另请参阅。

Template:cpp/memory/dcl list uses allocator