Estrutura uses_allocator
Especializações que sempre se aplicam.
Sintaxe
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;
Requisitos
Cabeçalho:<future>
Namespace: std
Especializações
<tuple>
template <class... Types, class Alloc>
struct uses_allocator<tuple<Types...>, Alloc>;