uses_allocator の構造
常に当てはまる特殊化。
template<class Ty, class Alloc>
struct uses_allocator<promise<Ty>, Alloc> : true_type;
template<class Ty, class Alloc>
struct uses_allocator<packaged_task<Ty>, Alloc> : true_type;
必要条件
将来のヘッダー:
名前空間: std
参照
関連項目
<future>
その他の技術情報
ヘッダー ファイル