共用方式為


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;

需求

標題: future

命名空間: std

請參閱

參考

<future>

其他資源

C++ 標準程式庫標頭檔