namespace std {
template <class R, class Alloc>
struct uses_allocator<packaged_task<R>, Alloc>
: true_type { };
}
概要
uses_allocator
の、packaged_task<R>
に対する特殊化。
例
出力
バージョン
言語
- C++11
処理系
- Clang: ??
- GCC: 4.7.0 ✅
- ICC: ??
- Visual C++: 2012 ✅