- future[meta header]
- std[meta namespace]
- class template[meta id-type]
- cpp11[meta cpp]
namespace std {
template <class R, class Alloc>
struct uses_allocator<packaged_task<R>, Alloc>
: true_type { };
}
- true_type[link /reference/type_traits/true_type.md]
uses_allocator
の、packaged_task<R>
に対する特殊化。
- C++11
- Clang: ??
- GCC: 4.7.0 [mark verified]
- ICC: ??
- Visual C++: 2012 [mark verified]