uses_allocator 结构

始终为 true 的专用化。

语法

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

专用化

<tuple>

template <class... Types, class Alloc>
struct uses_allocator<tuple<Types...>, Alloc>;

另请参阅

头文件引用
<future>